#Murali-bankaccounts
1 messages · Page 1 of 1 (latest)
issuing balance that is required to issue cards
https://stripe.com/docs/api/external_account_bank_accounts/list is how you list the bank accounts a connected account has for payouts.
external bank accounts are for payouts
ah ok so you're asking something about topups for Issuing then. I don't know off the top of my head, let me look. Do you have the guide you're using?
under this : Microdeposit section adding bank account and then top-up
I see. You can't list those in the API since Source objects not attached to Customer objects can't be listed
so the best option would be to store the IDs on your side and use https://stripe.com/docs/api/sources/retrieve + the Stripe-Account header to retrieve them if needed
unfortunately this part of Issuing uses a really weird way of supporting this feature by building it on top of some other APIs in Stripe. The FundingInstructions API used in other regions is the better approach
thanks for the information
so to list the bank accounts for example 10, I need to make 10 sources retrieve api's
@surreal lark Can I withdraw issuing balance ?
like take it out of Stripe and put it in your own bank account? I have no idea I'm afraid.