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:
- Sign up for a CardConnect account at their website.
- Access your account settings to locate your API credentials.
- Use these credentials to integrate CardConnect with your application.
- 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.
Name | Type | Description | Rules |
---|---|---|---|
host | The hostname of the CardConnect API server. | ||
merchantId | The merchant ID provided by CardConnect. Examples: your-merchant-id . | ||
basicAuth | The 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.
- Authvia
transaction.id
maps to cardconnect.api.body.orderid - Authvia
transaction.paymentMethod.token
maps to cardconnect.api.body.account - Authvia
transaction.stepResults.AUTHORIZE.id
maps to cardconnect.api.body.retref