Maverick

How to enable Maverick Credit Card on a merchant.

Maverick is a leading electronic payment processor, specializing in technology-driven solutions for both card and ACH payments, featuring robust security and dedicated support.

Features

Refund A creditcard payment processed with Maverick can be / according to its status.
Payment Authorization Payments can be authorized by customers using Credit Card.
Payment Capture Payment authorizations made using Credit Card payment methods can be captured. This step happens automatically with CHARGE transactions.

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.

NameTypeDescriptionRules
terminalIdstring(required) Terminal Id
apiKeystring(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": "creditcard",
  "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.external maps to Maverick externalId
  • Authvia transaction.id maps to Maverick invoice
  • Authvia transaction.description maps to Maverick UNMAPPED
  • Authvia transaction.userId maps to Maverick UNMAPPED
  • Authvia merchant.id maps to Maverick UNMAPPED