#urvashi-connect-payouts
1 messages · Page 1 of 1 (latest)
Hey! I'm afraid not. User B in this case needs to be a verified Stripe account before they can accept transfers and process payouts to their external accounts
So what should I do .. ? if user will only provide us account number and sort code as bank details
and we have to transfer payment
If you want to facilitate those transfers in Stripe, then you'll need to implement a multiparty payment system with Connect: https://stripe.com/docs/connect
Yep, that's a regular Payment Intent created on your account
If you wanted to transfer part/all of that payment to another individual, then they need to also have an onboarded Stripe account which you'd then 'connect' to your account
it will redirect to a web page ?
The link I shared above outlines the fundamentals of how you'd go about building this integration