FIS WorldPay Vantiv Express PassToken

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.

NameTypeDescriptionRules
accountIdstring(required) Account Id for Express. Examples: your_account_id.
accountTokenstring(required) Account Token for Express. Examples: your_account_token.
acceptorIdstring(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.external maps to FIS WorldPay Vantiv Express PassToken ReferenceNumber
  • Authvia transaction.id maps to FIS WorldPay Vantiv Express PassToken TicketNumber
  • Authvia transaction.paymentMethod.token maps to FIS WorldPay Vantiv Express PassToken PaymentAccountID