How to enable Testing Test ACH on a merchant.
CardPointe is a comprehensive and secure cloud-based platform that makes accepting and managing payments simple. Using CardPointe, you can: Authorize, capture, void, and refund transactions from your desktop or mobile device.
Features
Resources
Configuration
Contact CardPointe merchant support at (877) 828 0720 for help with getting your processing credentials
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
merchantId | string | Merchant Id for the CardPointe. | |
host | string | Host for CardPointe. | |
basicAuth | (required) |
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": "cardpointe",
"config": {}
}