How to enable Bankofamerica Credit Card on a merchant.
At Bank of America, 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 Bank of America, you need a Solution ID, 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 Bank of America 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 |
---|---|---|---|
solutionId | string | (required) Solution Id for the Bank of America. Examples: your_solution_id . | |
merchantId | string | (required) Merchant Id for the Bank of America. Examples: your_merchant_id . | |
merchantKeyId | string | (required) Merchant Key Id for the Bank of America. Examples: your_merchant_key_id . | |
merchantSecretKey | string | (required) Merchant Secret Key for the Bank of America. Examples: your_merchant_key_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": "bankofamerica",
"config": {
"solutionId": "your_solution_id",
"merchantId": "your_merchant_id",
"merchantKeyId": "your_merchant_key_id",
"merchantSecretKey": "your_merchant_key_id"
}
}
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