How to enable Elavon EPG Token on a merchant.
Elavon EPG token payments support authorization, capture, void, refund, and load using stored cards vaulted against shopper profiles. Transactions are submitted to the Elavon Payment Gateway REST API with credential-on-file support for unscheduled merchant-initiated payments.
Features
✅ Refund A token payment processed with Elavon EPG can be / according to its status.
✅ Payment Authorization Payments can be authorized by customers using Token.
✅ Payment Capture Payment authorizations made using Token payment methods can be captured. This step happens automatically with CHARGE transactions.
Resources
Configuration
To obtain API credentials, contact Converge Software Support at 1-800-377-3962 and request API credentials for Authvia. Configure an Elavon CRM shopper and tokenize a stored card before running authorizations.
This table describes the required or possible attributes needed to configure a merchant product for this type.
| Name | Type | Description | Rules |
|---|---|---|---|
| host | string | (required) The Elavon Converge API host. Use the UAT host for testing. Examples: uat.api.converge.eu.elavonaws.com, api.converge.eu.elavonaws.com. | |
| basicAuth | object | (required) API Key and Secret Key used for Basic authentication. Examples: [object Object]. |
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": "token",
"provider": "elavon-epg",
"config": {
"host": "api.converge.eu.elavonaws.com",
"basicAuth": {
"username": "your_api_key_here",
"password": "sk_your_secret_key_here"
}
},
}Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the Elavon EPG system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.references.externalmaps to Elavon EPGUNMAPPED - Authvia
transaction.idmaps to Elavon EPGUNMAPPED - Authvia
transaction.descriptionmaps to Elavon EPGdescription - Authvia
customer.externalIds.elavon-epgmaps to Elavon EPGshopper - Authvia
transaction.paymentMethod.tokenmaps to Elavon EPGstoredCard - Authvia
merchant.idmaps to Elavon EPGUNMAPPED
