Cardconnect

How to enable Cardconnect Token on a merchant.

CardConnect offers secure, integrated payment processing solutions for businesses, ensuring efficient transaction handling and comprehensive support for various payment methods, including credit cards and ACH.

Features

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

Setting up CardConnect:

  1. Sign up for a CardConnect account at their website.
  2. Access your account settings to locate your API credentials.
  3. Use these credentials to integrate CardConnect with your application.
  4. For detailed integration steps, refer to the CardConnect Developer Documentation.

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

NameTypeDescriptionRules
hostThe hostname of the CardConnect API server.
merchantIdThe merchant ID provided by CardConnect. Examples: your-merchant-id.
basicAuthThe basic authentication credentials for the CardConnect API. Examples: your-basic-auth.

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": "cardconnect",
  "config": {
    "merchantId": "your-merchant-id",
    "basicAuth": "your-basic-auth"
  }
}

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.