#froggy
1 messages · Page 1 of 1 (latest)
Hi there, are you trying to transfer funds to a customer by using PaymentIntents API?
Yes I am, but I am combining it with Stripe checkout
I'm afraid there's no Stripe products for you to transfer funds to individuals yet
Um
What I'm trying to do exactly is to create an escrow service
So let's say there is someone (Person A) engaging the services of someone else (Person B).
When Person A pays (let's say $10), I will take a fee from the amount ($0.30), and hold onto the money. Only when Person B has confirmed successful delivery, will I transfer the remaining of the funds ($9.70) to person B.
This is the escrow service I am trying to implement
OK, so the fund transfer is not to an individual, but to a business?
Yes that is correct. Person B would be registered with Stripe.
Got it, then you can use Stripe Connect to implement this https://stripe.com/docs/connect/charges
Can I use this with Stripe checkout
Yes Stripe Checkout support Connect as well.
Alright, sounds good. I'll take a look into it. Thank u!
Does this allow me to hold onto the money though?
Sure, you can use https://stripe.com/docs/connect/charges-transfers to collect the money to platform (your account), and transfer to the connected accounts later.