I am facing a problem in giving our external bank details to create or update the account using the test account number and routing numbers, it says:
Must only use a test bank account number when making transfers or debits in test mode; request-id: req_8bwGXgBiv.
Without external bank account update and creations are working good. I need to put my external bank details I am facing the issue. I am stacked in here to update my account.
I am using account_number = 000123456789
and routing_number = 110000000
this account and routing numbers are given by stripe api
Map externalAccountParams = new HashMap(); externalAccountParams.put("routing_number", stripeAccount.getBankRoute()); externalAccountParams.put("account_number", stripeAccount.getBankAccount()); accountParams.put("external_account", externalAccountParams);
If anyone testing Au Becs Debit for Australian accounts, test bank accounts are listed for Connect here (although you may not be working on Stripe Connect). Hope it saves you a bit of time.
https://stripe.com/docs/connect/testing
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With