ACH lets you accept payments from customers with a US bank account. ACH Direct Debit is a reusable , delayed notification payment method. It can take up to 4 business days to receive acknowledgement of success or failure. Because ACH Direct Debit isn’t a guaranteed payment method, there’s a risk of failed payments and disputes .
For more information about the fees charged for ACH transactions, see pricing details .
Accepting bank accounts is slightly different from accepting cards:
At checkout, the customer selects ACH Direct Debit.
The customer signs into their bank account to provide account information.
The merchant presents the mandate. The customer accepts it by completing the purchase.
The customer is notified when payment is complete.
If ACH is all you want, learn how to accept a payment with ACH. Below are options to skip writing that code.
You don’t have to integrate ACH Direct Debit and other payment methods individually. If you use our front-end products, Stripe automatically determines the most relevant payment methods to display. Go to the Stripe Dashboard and enable ACH Direct Debit . To get started with one of our hosted UIs, follow a quickstart:
The following Stripe products also let you add ACH Direct Debit from the Dashboard:
If you prefer to manually list payment methods or want to save ACH Direct Debit details for future payments, see the following guides:
With ACH Direct Debit, it can take time for funds to become available in your Stripe balance. The amount of time it takes for funds to become available is referred to as the settlement timing. The following tables describe the settlement timings for ACH Direct Debit payments that Stripe offers.
Initial payments made from select bank accounts that use temporary account numbers with Financial Connections might be subject to settlement delays.
21:00 US/Eastern 14:00 US/EasternA diagram showing the two settlement timings for ACH Direct Debit: standard (4 days) and faster (2 days).
For information on how to cancel payments, see Refund and cancel payments .
ACH Direct Debit transactions can fail any time after the payment is initiated through payment confirmation. These failures can occur for a number of reasons, such as:
If a payment fails after funds have been made available in your Stripe balance, Stripe immediately removes funds from your Stripe account.
In rare situations, Stripe might receive an ACH failure from the bank after a PaymentIntent has transitioned to succeeded . If this happens, Stripe creates a dispute with a reason of:
Stripe charges a failure fee in this situation.
Stripe lets your customers securely share their financial data by linking their financial accounts to your business. Use Financial Connections to access customer-permissioned financial data such as tokenized account and routing numbers, balance data, ownership details, and transaction data.
Your customers might enter their bank account manually instead of authenticating with Stripe Financial Connections. In these cases, Stripe provides a fully-hosted flow for collecting bank account details and verifies them with microdeposits.
When you use Stripe.js , our JavaScript library for building payment flows, Stripe provides a fully-hosted collection of bank account details, instant bank verification, and (if needed) delayed verification using microdeposits. This verification process is a requirement for many businesses, and it helps reduce payment failures and fraudulent activities.
ACH Direct Debit rules require that you first get authorization from a customer to take payments before you can debit their bank account. To obtain authorization, you present a mandate to them. This mandate specifies the terms for one-time or recurring payments. The customer must agree to this mandate before you can collect any payments from their bank account.
When you use Stripe to initiate ACH transactions with your customers, make sure you have all the necessary authorizations and approvals from your customers for Stripe to transmit an ACH debit transaction to the customer’s bank account. The information you provide Stripe about each ACH transaction must be accurate and complete, including the name of your customer that authorized you to initiate the ACH transaction to their bank account.
There are two types of mandates: online and offline.
Stripe displays an online mandate on the payment page for you if you use one of the following hosted products:
For custom payment forms that directly integrate with the Payment Intents API, you must display the mandate terms on your payment page before confirming the PaymentIntent or SetupIntent.
You only need to display a mandate the first time you collect a customer’s bank account.
We recommend that you use the following mandate text for your online custom payment form. This text must include the customer’s name, bank account information, and the date.
For details on displaying the correct business name for Connect users, see merchant of record and statement descriptors .
By clicking [accept], you authorize Rocket Rides to debit the bank account specified above for any amount owed for charges arising from your use of Rocket Rides’ services and/or purchase of products from Rocket Rides, pursuant to Rocket Rides’ website and terms, until this authorization is revoked. You may amend or cancel this authorization at any time by providing notice to Rocket Rides with 30 (thirty) days notice. |
If you plan to use the customer’s bank account for future payments with the setup_future_usage parameter or by saving bank details for a future payment, also include:
If you use Rocket Rides’ services or purchase additional products periodically pursuant to Rocket Rides’ terms, you authorize Rocket Rides to debit your bank account periodically. Payments that fall outside of the regular debits authorized above will only be debited after your authorization is obtained. |
If you originate recurring preauthorized debits, you must disclose to your customers how these amounts are calculated or a range the customer can anticipate. You must also give your customer at least 7 calendar days notice if you change the timing of any recurring preauthorized debits.
By default, if your customer provides a billing email address , Stripe automatically emails your customer the following information:
You can send custom mandate notifications to customers.
To send custom mandate notifications:
In the email, include the following information:
The following is a sample mandate confirmation email that you can send.
Agreement Date | June 28, 2021 |
Account Holder Name | Jenny Rosen |
Financial Institution | Chase Bank |
Routing Number | 021000021 |
Account Number | ****6789 |
Thank you for signing up for direct debits from Rocket Rides. You have authorized Rocket Rides to debit the bank account specified above for any amount owed for charges arising from your use of Rocket Rides’ services and/or purchase of products from Rocket Rides, pursuant to Rocket Rides’ website and terms, until this authorization is revoked. You may amend or cancel this authorization at any time by providing notice to Rocket Rides with 30 (thirty) days notice. |
If you collected the customer’s bank account for future payments with the setup_future_usage parameter or by saving bank details , also include:
You have authorized Rocket Rides to debit your bank account periodically if and when you use Rocket Rides’ services or purchase more than one of Rocket Rides’ products periodically pursuant to Rocket Rides’ terms. Payments that fall outside of the regular debits authorized above will only be debited after your authorization is obtained. |
If you choose to send custom emails, you also need to send microdeposit reminder emails. For detailed instructions, see Custom microdeposit email and verification page .
ACH Direct Debit provides a dispute process for bank account holders to dispute payments. Customers can generally dispute a payment through their bank for up to 60 calendar days after a debit on a personal account, or up to 2 business days for a business account. In rare instances, a debit payment can be successfully disputed outside these timelines. This is called a late return. The late return process is primarily managed by and ultimately decided at the discretion of the banks involved in the transaction.
When a dispute is created, Stripe sends both the charge.dispute.created and charge.dispute.closed webhook events and deducts the amount of the dispute and associated dispute fee from your Stripe balance.
Unlike credit card disputes, all ACH Direct Debit disputes are final and there is no process for appeal. If a customer successfully disputes a payment, you must contact them if you want to resolve the situation.
If you proactively issue your customer a refund while the customer’s bank also initiates the dispute process, your customer might receive two credits for the same transaction. Follow the guidelines in the following section on refunds to avoid this situation.
When a customer disputes an ACH Direct Debit payment, it invalidates the mandate associated with the payment method and you can’t reuse it. To attempt a charge again, you must resolve the dispute with the customer and collect a new mandate authorization .
If they dispute a subsequent payment, Stripe blocks the bank account from further re-use. To learn more about resolution steps, see Blocked bank accounts .
You have a maximum of 180 days from the date of the original payment to submit a refund for an ACH Direct Debit payment. Refunds require at least 3 business days to process.
If you accidentally debit your customer, contact them immediately to avoid a payment dispute. Factors such as slightly longer settlement time periods and the way banks process ACH Direct Debit transactions can cause confusion between you, your customer, your customer’s bank, and Stripe. For example, your customer might contact both you and their bank to dispute a payment. If you proactively issue your customer a refund while the customer’s bank also initiates the dispute process, your customer might receive two credits for the same transaction, so it’s important to communicate with your customer about the processing time and the status of their refund.
If you request a refund for a payment that hasn’t completed yet (within a few hours of creating the Payment Intent), Stripe doesn’t submit the charge to the bank, essentially canceling the original payment rather than refunding it.
Stripe doesn’t explicitly label ACH Direct Debit refunds as refunds when we deposit the funds back to a customer’s bank account. Instead, we process refunds as a credit and include a reference to the statement descriptor for the original payment.
Every ACH Direct Debit payment shows up on customers’ bank statements with the name of the merchant. For payments created with Stripe, the name of the merchant is your Stripe account’s statement descriptor . You can override this default behavior for every transaction independently by using a dynamic statement descriptor . To do so, specify the statement_descriptor parameter when creating the PaymentIntent .
Your statement descriptor truncates to the first 16 alphanumeric characters on the bank statement. For example, if your statement descriptor is ROCKETRIDESLIMITED , the customer sees ROCKETRIDESLIMIT .
Additionally, statement descriptors cannot use the special characters < , >, ' , or " .
The table below illustrates the merchant name behavior you can expect on the customer’s bank statement:
Default statement descriptor | Dynamic statement descriptor | Merchant name | Bank statement descriptor |
---|---|---|---|
Rocket Rides | Unspecified | Rocket Rides | Rocket Rides |
Rocket Rides | Sunday Ride | Rocket Rides | Sunday Ride |
Each bank formats these fields differently. Depending on your customer’s bank, some fields may appear in all lowercase or uppercase.
If you use Connect , you must take the following into consideration before you enable and use ACH Direct Debits.
Set the us _ bank _ account _ ach _ payments capability to active on your platform account, and for any connected accounts you want to enable for ACH debits. You can also request more account capabilities .
The charge type of Connect payments might change the default statement descriptor and the merchant name that appears on the customer’s bank statement. The charge type can also change:
The merchant of record determines the Stripe account authorized to create payments with a particular PaymentMethod . To learn more about sharing this authorization across multiple connected accounts, see PaymentMethod and Mandate cloning .
Charge type | Descriptor taken from |
---|---|
Direct | Connected Account |
Destination | Platform |
Separate charge and transfer | Platform |
Destination (with on _ behalf _ of ) | Connected Account |
Separate charge and transfer (with on _ behalf _ of ) | Connected Account |
You can collect customer bank accounts on the platform account and clone ACH Direct debit payment methods. Cloning these methods allows you to save customer bank accounts for later use on connected accounts. When you clone ACH Direct Debit payment methods, Stripe duplicates the mandate authorization to the connected account, but we don’t send any new mandate confirmation emails.
If a mandate is authorized for a PaymentIntent or SetupIntent on_behalf_of a connected account, you can’t use that mandate with a different connected account.
When collecting a bank account that you intend to clone to connected accounts, you must communicate to the customer that their authorization extends to connected accounts on your platform. For example, you can communicate this message to a customer through the mandate terms. Failure to communicate this message to your customers could result in customer confusion and increase the risk of disputed payments.
Learn how to test scenarios with instant verifications using Financial Connections .
After you collect the bank account details and accept a mandate, send the mandate confirmation and microdeposit verification emails in test mode. To do this, provide an email in the payment _ method _ data . billing _ details[email] field in the form of +test _ email@ when you collect the payment method details .
You need to activate your Stripe account before you can trigger these emails in Test mode.
Stripe provides several test account numbers and corresponding tokens you can use to make sure your integration for manually-entered bank accounts is ready for production.
Account number | Token | Routing number | Behavior |
---|---|---|---|
000123456789 | pm _ usBankAccount _ success | 110000000 | The payment succeeds. |
000111111113 | pm _ usBankAccount _ accountClosed | 110000000 | The payment fails because the account is closed. |
000111111116 | pm _ usBankAccount _ noAccount | 110000000 | The payment fails because no account is found. |
000222222227 | pm _ usBankAccount _ insufficientFunds | 110000000 | The payment fails due to insufficient funds. |
000333333335 | pm _ usBankAccount _ debitNotAuthorized | 110000000 | The payment fails because debits aren’t authorized. |
000444444440 | pm _ usBankAccount _ invalidCurrency | 110000000 | The payment fails due to invalid currency. |
000666666661 | pm _ usBankAccount _ failMicrodeposits | 110000000 | The payment fails to send microdeposits. |
000555555559 | pm _ usBankAccount _ dispute | 110000000 | The payment triggers a dispute. |
000000000009 | pm _ usBankAccount _ processing | 110000000 | The payment stays in processing indefinitely. Useful for testing PaymentIntent cancellation . |
000777777771 | pm _ usBankAccount _ weeklyLimitExceeded | 110000000 | The payment fails due to payment amount causing the account to exceed its weekly payment volume limit. |
Before test transactions can complete, you need to verify all test accounts that automatically succeed or fail the payment. To do so, use the test microdeposit amounts or descriptor codes below.
To mimic different scenarios, use these microdeposit amounts or 0.01 descriptor code values.
Microdeposit values | 0.01 descriptor code values | Scenario |
---|---|---|
32 and 45 | SM11AA | Simulates verifying the account. |
10 and 11 | SM33CC | Simulates exceeding the number of allowed verification attempts. |
40 and 41 | SM44DD | Simulates a microdeposit timeout. |