How to enable FIS WorldPay Vantiv Express PassToken Token on a merchant.
FIS WorldPay Vantiv Express PassToken enables secure payment processing using PaymentAccount tokens. This integration uses the PaymentAccount structure in ExtendedParameters for tokenized payment methods.
Features
Resources
Configuration
To set up your Worldpay PassToken account, you will need an Account ID, Account Token, Acceptor ID, Application ID, and Payment Account Reference Number. If you do not already have these credentials, please contact [email protected] to obtain them.
This table describes the required or possible attributes needed to configure a merchant product for this type.
| Name | Type | Description | Rules |
|---|---|---|---|
| accountId | string | (required) Account Id for Express. Examples: your_account_id. | |
| accountToken | string | (required) Account Token for Express. Examples: your_account_token. | |
| acceptorId | string | (required) Acceptor Id for Express. Examples: your_acceptor_id. |
Enabling this Product
Using create-merchant-product API you can add a new product to your merchant record. Below is an example configuration for the payload of that request.
{
"line": "payments",
"product": "token",
"provider": "vantiv-passtoken",
"config": {
"accountId": "your_account_id",
"accountToken": "your_account_token",
"acceptorId": "your_acceptor_id"
},
}Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the FIS WorldPay Vantiv Express PassToken system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.externalmaps to FIS WorldPay Vantiv Express PassToken ReferenceNumber - Authvia
transaction.idmaps to FIS WorldPay Vantiv Express PassToken TicketNumber - Authvia
transaction.paymentMethod.tokenmaps to FIS WorldPay Vantiv Express PassToken PaymentAccountID
