How to enable Checkcommerce ACH on a merchant.
Check Commerce is a Phoenix-based company specializing in ACH and check-related products and services, working with ISOs, Resellers, Integrated Partners, and Third-Party Senders.
Features
✅ Payout A merchant can send funds to customers and have them received via ACH payment methods.
Resources
Configuration
To configure Check Commerce for ACH payouts, you need a username and password.
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": "payouts",
"product": "ach",
"provider": "checkcommerce",
"config": {},
}