How to enable Inovio Credit Card on a merchant.
Inovio is a revolutionary new payment gateway with seamless integration and global scalability that continuously evolves with the industry.
Features
✅ Payment Sale Payments are authorized and immediately captured using Credit Card payment methods.
Resources
Configuration
To begin using Inovio for payment processing, you'll need to set up your merchant profile including obtaining a Merchant Id, Site Id, Username, Password, and Product Id. This can be managed through the Inovio user portal. For detailed development integration, refer to the Inovio developer documentation.
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: api_user. | ||
password | Password for API authentication. Examples: password123. | ||
clientId | Client identifier for the Inovio API. Examples: client_987654. | ||
siteId | Site identifier for the Inovio API. Examples: site_123456. | ||
merchantId | The merchant identifier for processing transactions with Inovio. Examples: merchant_654321. | ||
productId | Product identifier for the transaction. Examples: product_ABC123. |
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": "inovio",
"config": {
"userName": "api_user",
"password": "password123",
"clientId": "client_987654",
"siteId": "site_123456",
"merchantId": "merchant_654321",
"productId": "product_ABC123"
}
}
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.external
maps toUNMAPPED
- Authvia
transaction.id
maps toUNMAPPED
- Authvia
transaction.customer
maps toUNMAPPED
- Authvia
transaction.userId
maps toUNMAPPED
- Authvia
merchant.id
maps toUNMAPPED