How to enable Mock ACH on a merchant.
Authvia enables merchants to initiate payouts to customers using a variety of supported tender types, such as bank transfers, cards, or other payment methods. This configuration facilitates the disbursement of funds through Authvia’s platform, providing flexibility in how merchants deliver payments. Ideal for use cases such as refunds, commissions, or incentive programs. Merchants can simulate ACH-based payout workflows without initiating actual bank transfers by configuring this mock product. It is designed for testing the end-to-end payout process, including API calls, webhook payloads, and system behavior, ensuring seamless integration before connecting a real ACH provider once the merchant decides to go live.
Features
✅ Payout A merchant can send funds to customers and have them received via ACH payment methods.
Resources
Configuration
No configuration is 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": "payouts",
"product": "ach",
"provider": "mock",
"config": {},
}