How to enable Avatas Credit Card on a merchant.
Avatas provides a payment gateway service that specializes in processing credit card transactions securely and efficiently, offering features like authorization and capture for various currencies including USD and CAD.
Features
✅ 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
For Avatas account setup and API configuration, start by logging into the Avatas portal using your credentials. Navigate to the API settings section to retrieve your username and password. This information is necessary to configure the payment gateway for processing credit card transactions. For further assistance, contact Avatas support at [email protected]+authvia.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
host | Base URL used for API requests. | ||
username | Username for API authentication. Examples: [email protected]. | ||
password | Password for API authentication. Examples: password123. |
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": "avatas",
"config": {
"username": "[email protected]",
"password": "password123"
}
}
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.references.external
maps to orderid - Authvia
transaction.userId
maps to merchant_defined_field_2 - Authvia
transaction.id
maps to merchant_defined_field_1 - Authvia
transaction.description
maps to order_description - Authvia
merchant.id
maps toUNMAPPED