#umar_69
1 messages · Page 1 of 1 (latest)
Hello! Can you give me the request ID showing that error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
ah dam - i wasnt supposed to that - i though that it would change it ..
I think the main issue is that you're passing in a Bank Account (ba_) ID, which is not valid. You need to pass in a Token ID, like a Bank Account Token (btok_) for external_account. See here: https://stripe.com/docs/api/accounts/update#update_account-external_account
i understand that but the btok expires , right ?
They're one-time-use.
i would like to change the bank account of custom connected account depending on user choice - if the user would change the account on the cutom connected account they can do so
so bank account are not inter-changable
you require to make bank account token each time if you would to add another bank account
also is it only one bank account each custom connected account ?
Yeah, it's one per in most cases. Have you read through this documentation? https://stripe.com/docs/connect/payouts-bank-accounts
That outlines our recommended flows for setting payout accounts on Custom connect accounts.