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.
Name | Type | Description | Rules |
---|---|---|---|
host | string | (required) The base URL for Vantiv API requests | |
account-id | string | (required) The account ID for authenticating with Vantiv API Examples: acct_1234567890abcdef. | |
account-token | string | (required) The account token for authenticating with Vantiv API Examples: token_1234567890abcdef. | |
acceptor-id | string | (required) The acceptor ID for authenticating with Vantiv API Examples: acceptor_1234567890abcdef. | |
application-id | string | (required) The application ID for authenticating with Vantiv API Examples: app_1234567890abcdef. | |
application-version | string | (required) The application version for Vantiv API Examples: 1.0.0. | |
application-name | string | (required) The application name for Vantiv API Examples: MyApp. | |
report-host | string | (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.
- Authvia
transaction.userId
maps to Worldpay Vantiv / Express provider.Transaction.TicketNumber - Authvia
transaction.references.external
maps to Worldpay Vantiv / Express provider.Transaction.ReferenceNumber - Authvia
transaction.references.parent_gateway
maps to Worldpay Vantiv / Express provider.Transaction.TransactionID