Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Must only use a test bank account number when making transfers or debits in test mode; request-id: req_8bwGXgBiv

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);

like image 282
P.prasad Avatar asked Jun 10 '16 06:06

P.prasad


1 Answers

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

like image 64
Rez.Net Avatar answered Sep 19 '22 16:09

Rez.Net