#jasoliyavaishali12
1 messages · Page 1 of 1 (latest)
you can only transfer funds from a platform to a connected account, and you can't transfer directly funds among connected accounts.
A workaround is to use account debit (https://stripe.com/docs/connect/account-debits) , so platform can collect funds from one account, and then transfer to another.
So stripe doesn't provide any way to back to customer to pay back !!
Not sure what you mean by "to back to customer to pay back "
i want to do transactions something like that
Platform stripe account to customer debit card
I still struggle to understand you.
Generally,
we are creating app,
App has options for registering customer, and customer can upload video, if one user like video of another user,
USER A can tip ( using Debit / credit card ) to another user ( using Debit / Credit Card )
User A should debit money, User B should be credit amount
Both transaction can do using Debit / Credit card ( card paymennt )
So which is best approch we should follow using stripe payment gateway ?
If I understand you correctly, the platform collects the money from user A (through card), and transfer the funds to user B, and evtually payout to user B's bank account. Is this is the flow that you want to implement?
yes, But User B payout should be card not bank account
Ok, Stripe supports payouts to debit cards in some countries.
Which countries ?
I believe destination charges is the flow that you are looking for https://stripe.com/docs/connect/destination-charges take a look and let me know if you have any follow-up questions
So basically, when customer register and add payment details ( Cards ) then we need to create extrernal account either express or custom