#hiru99
1 messages · Page 1 of 1 (latest)
Hi there, I assume your question is related to Connect.
When you create a payout for your connected account, you can specify the destination (https://stripe.com/docs/api/payouts/create#create_payout-destination) where the payout should be sent to.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
no brother, my question regarding, when we link our bank account in stripe for custom account then how to manage different country different account code, swift code
example:
1 user from USA so their country support routing number, swift code and bank account for bank details
another user from india so their country support IFSC code and account number fro bank details
so how we do one admin account in both user bank details connect with their account
If I understand you correctly, you are asking what country-appropriate institution number for the bank account that you should pass in as a routing_number ? (https://stripe.com/docs/api/external_account_bank_accounts/create#account_create_bank_account-external_account-routing_number)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If you take a look at the API doc, it says
For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for account_number, this field is not required.
So my understanding is that you don't need to provide one if it's not available in the country
Above images in country-wise bank details, right, so how to manage one app in all country-wise bank details add from the user on front end side
how to show that their country in use routing number or their country use swift code
@paper gate
can you help me for this issue
Swift code? I don't think Stripe requires it based on my understanding of the API doc.
how to manage from user side to add bank details by their country wise?
I'd suggest you to use use Connect Onboarding to collect information about external account https://stripe.com/connect/onboarding