#Charmon - connect
1 messages · Page 1 of 1 (latest)
Hi there one moment
You might want to look into separate charges and transfers: https://stripe.com/docs/connect/charges-transfers
Ok, so creating payment intent is not necessary?
I can just handle successful checkout session webhook and make 2 transfers to connected accounts?
Well creating a checkout session in payment mode does create a payment intent
But yeah you would just make the transfer after the payment is completed in the checkout session
Sure, yeah thanks!