Inovio

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.

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": "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 to UNMAPPED
  • Authvia transaction.id maps to UNMAPPED
  • Authvia transaction.customer maps to UNMAPPED
  • Authvia transaction.userId maps to UNMAPPED
  • Authvia merchant.id maps to UNMAPPED