How to enable Cybersource ACH on a merchant.
At Cybersource, we know payments. We helped kick start the eCommerce revolution in 1994 and haven’t looked back since. Through global reach, modern capabilities, and commerce insights, we create flexible, creative commerce solutions for everyday life—experiences that delight your customers and spur growth globally.
Features
✅ Payment Sale Payments are authorized and immediately captured using ACH payment methods.
Resources
Configuration
To get started with Cybersource, you need a Merchant ID, Merchant Key, and Merchant Secret Key. You can obtain these by registering for an account on their portal. During the setup, ensure your account is configured to integrate with Authvia services. For further assistance, contact Cybersource support or visit their developer documentation.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
merchantId | string | (required) Merchant Id for the Cybersource. | |
merchantKeyId | string | (required) Merchant Key Id for the Cybersource. | |
merchantSecretKey | string | (required) Merchant Secret Key for the Cybersource. |
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": "cybersource",
"config": {}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference
maps to clientReferenceInformation - Authvia
transaction.id
maps to clientReferenceInformation - Authvia
transaction.conversationId
maps to clientReferenceInformation - Authvia
merchant.id
maps toUNMAPPED