FIS WorldPay Vantiv Express

How to enable FIS WorldPay Vantiv Express Credit Card on a merchant.

FIS WorldPay Vantiv Express, now simply known as Worldpay, offers a comprehensive suite of payment processing solutions designed for businesses of all sizes. These solutions enable secure transaction processing both online and offline, with features tailored to a variety of industries including retail, e-commerce, and services.

Features

Refund A creditcard payment processed with FIS WorldPay Vantiv Express can be / according to its status. ✅ Payment Authorization Payments can be authorized by customers using Credit Card. ✅ Payment Capture Payment authorizations made using Credit Card payment methods can be captured. This step happens automatically with CHARGE transactions.

Resources

Configuration

To set up your Worldpay account, you will need an Account ID, Account Token, and Acceptor ID. If you do not already have these credentials, please contact [email protected] to obtain them. Ensure you provide your business details to facilitate the setup process.

This table describes the required or possible attributes needed to configure a merchant product for this type.

NameTypeDescriptionRules
account-idstring(required) Account Id for Express. Examples: your_account_id.
account-tokenstring(required) Account Token for Express. Examples: your_account_token.
acceptor-idstring(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": "creditcard",
  "provider": "vantiv-cert",
  "config": {
    "account-id": "your_account_id",
    "account-token": "your_account_token",
    "acceptor-id": "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 system, detailing the correspondence of specific attributes for seamless data integration.

  • Authvia transaction.reference.external maps to FIS WorldPay Vantiv Express ReferenceNumber
  • Authvia transaction.id maps to FIS WorldPay Vantiv Express ReferenceNumber
  • Authvia transaction.description maps to FIS WorldPay Vantiv Express UNMAPPED
  • Authvia transaction.userId maps to FIS WorldPay Vantiv Express TicketNumber
  • Authvia merchant.id maps to FIS WorldPay Vantiv Express UNMAPPED