How to enable Maverick ACH on a merchant.
Features
✅ Payment Sale Payments are authorized and immediately captured using ACH payment methods.
Resources
Configuration
To get started with Maverick, you will need your Terminal ID and API Key. Please contact Maverick support at [email protected] or call (800) 464-9777 between 6 AM and 5 PM PST to obtain these credentials.
This table describes the required or possible attributes needed to configure a merchant product for this type.
| Name | Type | Description | Rules |
|---|---|---|---|
| terminalId | string | (required) Terminal Id | |
| apiKey | string | (required) API Key |
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": "maverick",
"config": {},
}Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the Maverick system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.externalmaps to Maverick externalId - Authvia
transaction.idmaps to Maverick invoice - Authvia
transaction.descriptionmaps to MaverickUNMAPPED - Authvia
transaction.userIdmaps to MaverickUNMAPPED - Authvia
merchant.idmaps to MaverickUNMAPPED
