How to enable InovioPay ACH on a merchant.
Inovio Payments offers a revolutionary payments gateway designed for seamless integration and global scalability, continuously evolving with the industry to support innovative payment processing.
Features
Resources
Configuration
To set up ACH payments with Inovio, ensure your merchant profile is properly configured for online payments. For account setup and integration support, reach out to Inovio's support team through their developer portal or contact them directly via the customer portal.
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": "ach",
"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 InovioPay system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps to InovioPayXTL_ORDER_ID
- Authvia
transaction.id
maps to InovioPayUNMAPPED
- Authvia
transaction.customer
maps to InovioPayUNMAPPED
- Authvia
transaction.userId
maps to InovioPayssl_customer_code
- Authvia
merchant.id
maps to InovioPayUNMAPPED