ACH (Direct Debit)
Learn how Merchants can process ACH / Direct Debit payments.
Summary
The ACH (Automated Clearing House) or Direct Debit payment method is a form of electronic payment that directly transfers funds between bank accounts. It is most commonly used for direct deposit payments, bill payments, and business-to-business transactions.
ACH Capabilities
Topic | Support | Note |
---|---|---|
Integration Methods | ACH PaymentFields Integration, Direct API Integration | |
Connections | Supported Connections | Must be enabled at the Connection. |
Country | USA | The payer and the Merchant must have accounts in the USA. |
Currencies | USD | |
Recurring | Not Supported | |
Transaction Types | Tokenize, Sale, Refund |
ACH Payment Flow
The process typically involves the following steps:
- The payer enters their account details and authorizes the withdrawal of funds from their bank account during the checkout process.
- Preczn encrypts the entered data, creates, and returns a token to the Platform.
- The Platform requests a debit from the payer's account via a Sale transaction.
- Preczn sends the payment data to the Connection.
- The Connection initiates the transaction by submitting the payment information to the ACH network.
- The ACH network processes the request and transfers the funds from the payer's account to the Merchant's account. Note: This process may take 1 to 3 business days.
- Both parties receive confirmation of the transaction once the funds have been successfully transferred.
Testing
Use Preczn Test Bank Accounts to test your integration.
Preczn Test Bank Accounts
Test Scenarios
- Not all processor connections support conditional scenario values for ACH payment method
Status | Account | Routing |
---|---|---|
Approved | 123456789 | 987654321 |
Error | 111111111 | 999999999 |
Declined | 000000000 | 888888888 |
Troubleshooting
Failed transactions due to incorrect account details or insufficient funds are notified via Preczn's Webhooks.
Updated 5 months ago