Agave

How to enable Agave Credit Card on a merchant.

Agave offers a platform for processing creditcard payments, facilitating secure and efficient bank-to-bank transactions. The service supports integration with various business systems to automate and manage payment operations effectively.

Features

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 configure Agave for creditcard payments, you'll need to secure your Merchant ID and Merchant Key. These are essential credentials for the gateway and can be obtained as follows:

  • The Merchant ID is visible at the top of the Virtual Terminal screen within your Agave account.
  • To get your Merchant Key, please contact Agave support at [email protected] or call 855-546-8749 and select option 2 for Support. Let Agave know you will be using Authvia, so they can confirm the proper TSYS settings for your credentials.

Once you have these credentials you can proceed with configuring this product.

This table describes the required or possible attributes needed to configure a merchant product for this type.

NameTypeDescriptionRules
hostBase URL used for API requests.
merchantIdThe merchant identifier for transactions. Examples: 123456789.
merchantKeyThe security key associated with the merchant ID. Examples: k1234c5678.

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": "agave",
  "config": {
    "merchantId": "123456789",
    "merchantKey": "k1234c5678"
  }
}

Data Mapping

The following bullet points outline the mapping of data fields between the Authvia platform and the Agave system, detailing the correspondence of specific attributes for seamless data integration.

  • Authvia transaction.references.external maps to Agave referenceNum
  • Authvia transaction.id maps to Agave invoiceNumber
  • Authvia merchant.id maps to Agave UNMAPPED