How To: Implement ACH Payments
How To: Implement ACH Payments
Developers can implement ACH payments with Coinflow via checkout link, SDK, or API.
🏦 ACH Overview
ACH payments settle to your chosen settlement location (bank account or USDC).
Flow:
- Merchant submits transaction.
- User initiates ACH purchase.
- Coinflow processes ACH (≈3 business days).
- On completion, Coinflow settles to your configured settlement location.
Implementing ACH via SDK (React)
- Generate session key
- Tokenize checkout parameters
- Implement
<CoinflowPurchase>Component
Advanced: Settlement to a contract
Merchants settling to a contract may pass a transaction prop. See the advanced settlement docs for details.
Implementing ACH via API
- Tokenize payment data
- Get totals
- Add customer bank account
- Get tokenized bank account
5.Send ACH checkout

