How to enable Cybersource Credit Card 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
✅ Refund A creditcard payment processed with 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 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": "creditcard",
"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