#zeel-payout
1 messages · Page 1 of 1 (latest)
hi! our documentation on that is at https://stripe.com/docs/payouts#minimum-payout-amounts
I have integrated multiparty payment method. Stripe allows users to add multiple bank accounts?
you are using Connect? which type of account, Standard, Express or Custom? (the answer is different depending on which one).
Express
then they can add multiple bank accounts, one for each currency. The supported bank accounts depends on the country, it's in the table with the dropdown at https://stripe.com/docs/payouts#adding-bank-account-information .
So for payout I need to ask user in which currency or in which bank account that want to receive stripe wallet amount?
well for Express that all happens in the onboarding/Express dashboard, you don't have to build that UI yourself.