Worldpay Vantiv / Express

How to enable Worldpay Vantiv / Express ACH on a merchant.

Vantiv, now part of FIS Worldpay, provides comprehensive payment processing solutions, including ACH payments, tailored for a wide range of business needs, ensuring secure and efficient transaction handling.

Features

Refund A ach payment processed with Worldpay Vantiv / Express can be / according to its status. ✅ Payment Sale Payments are authorized and immediately captured using ACH payment methods.

Resources

Configuration

For ACH payment setup with Vantiv, ensure that your account settings are configured to include your account ID, account token, and acceptor ID.

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

NameTypeDescriptionRules
hoststring(required) The base URL for Vantiv API requests
account-idstring(required) The account ID for authenticating with Vantiv API Examples: acct_1234567890abcdef.
account-tokenstring(required) The account token for authenticating with Vantiv API Examples: token_1234567890abcdef.
acceptor-idstring(required) The acceptor ID for authenticating with Vantiv API Examples: acceptor_1234567890abcdef.
application-idstring(required) The application ID for authenticating with Vantiv API Examples: app_1234567890abcdef.
application-versionstring(required) The application version for Vantiv API Examples: 1.0.0.
application-namestring(required) The application name for Vantiv API Examples: MyApp.
report-hoststring(required) The base URL for Vantiv reporting API requests

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": "ach",
  "provider": "vantiv",
  "config": {
    "account-id": "acct_1234567890abcdef",
    "account-token": "token_1234567890abcdef",
    "acceptor-id": "acceptor_1234567890abcdef",
    "application-id": "app_1234567890abcdef",
    "application-version": "1.0.0",
    "application-name": "MyApp"
  }
}

Data Mapping

The following bullet points outline the mapping of data fields between the Authvia platform and the Worldpay Vantiv / Express system, detailing the correspondence of specific attributes for seamless data integration.