InovioPay

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.

NameTypeDescriptionRules
hostBase URL used for API requests.
userNameUsername for API authentication. Examples: api_user.
passwordPassword for API authentication. Examples: password123.
clientIdClient identifier for the Inovio API. Examples: client_987654.
siteIdSite identifier for the Inovio API. Examples: site_123456.
merchantIdThe merchant identifier for processing transactions with Inovio. Examples: merchant_654321.
productIdProduct 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 InovioPay XTL_ORDER_ID
  • Authvia transaction.id maps to InovioPay UNMAPPED
  • Authvia transaction.customer maps to InovioPay UNMAPPED
  • Authvia transaction.userId maps to InovioPay ssl_customer_code
  • Authvia merchant.id maps to InovioPay UNMAPPED