Hi
I'd like to transfer amount of money from my application balance to my bank account as explained here :https://stripe.com/docs/tutorials/sending-transfers#sending-transfers-to-yourself .
The problem is I can not do this in TEST mode, this is the error message I got : "Sorry, you don't have any external accounts in that currency (usd)."
Then I tried to set my bank account here https://dashboard.stripe.com/account/transfers , but it won't let me enter the dummy bank account from https://stripe.com/docs/testing .
How can I process this transfer in TEST mode without need to enter real bank account? Is there any support to attach different attached bank account for LIVE and TEST?
Thanks!