#Th4n - Capture
1 messages ยท Page 1 of 1 (latest)
Hi ๐
How are the two people you are trying to split it between involved in this process?
Are you using Stripe Connect?
https://stripe.com/docs/connect
yes, I'm using that
Okay so your scenario sounds like a Separate Charge & Transfer situation:
https://stripe.com/docs/connect/charges-transfers
one person is the app host and the other is a person that use to plataform to provide service
platform*
nice
Okay so the Separate Charge & Transfer approach should work in that scenario. To handle the reserving of the card charge and later capturing the funds, you would use our Separate Auth & Capture approach to create the initial Payment
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
The user just provides the credit card info. The only people who need Stripe accounts are those who the funds are distributed to.
perfect
and
what exactly is a transfer?
I create the paymentIntent and when I capture, I create the transfer?
Yup, that's when the funds are distributed to the 2 individuals
and the paymentIntent provides me a link to my user pay?
The payment intent provides the client secret which is used to initialize Stripe Payment Element on the front-end, where you collect payment information.
The docs I linked above walk you through this
amazing, thank you very much
I'm happy to help ๐