How to enable Slim CD ACH on a merchant.
Slim CD offers a range of payment gateway services, including robust ACH processing capabilities, complemented by their development of comprehensive credit card processing software for various platforms.
Features
Resources
Configuration
For ACH integration with Slim CD, configure your username, client ID, key, price ID, and site ID in your account settings.
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": "slimcd",
"config": {},
}