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