How to enable USAePay Credit Card on a merchant.
USAePay offers a robust payment gateway solution that supports a variety of payment methods including credit and debit cards. Their platform features secure transaction processing, customizable reports, and integration with multiple shopping carts and business software.
Features
Resources
Configuration
For creating an API Key and PIN, follow the instructions on the USAePay help page.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
merchantId | string | Merchant Id for the USAePay. | |
host | string | (required) Host for the USAePay. | |
basicAuth | (required) |
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": "usaepay",
"config": {}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the USAePay system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps to USAePay ponum - Authvia
transaction.id
maps to USAePay invoice - Authvia
transaction.description
maps to USAePay description - Authvia
transaction.userId
maps to USAePay orderid - Authvia
merchant.id
maps to USAePayUNMAPPED