#marcelogreenn88957
1 messages ยท Page 1 of 1 (latest)
Hi! Let me help you with this.
This is a bit broad. What do you mean by "manage charges"?
thanks ๐
Today, I'm using the APIs to create charges and, if necessary, issue refunds. However, due to our business model, Stripe has recommended using Connect. I would like to know if it would be possible to work within the same workflow. There's also a detail that we use our own checkout, not Stripe's
Generally yes, you can control charges via API. But there will be a few key differences, which depend on how will you use Stripe Connect. What kind of accounts are you using? Standard/Express/Custom?
This means, most likely that you will use Direct charges: https://stripe.com/docs/connect/direct-charges
What this means is that, you create a PaymentIntent, as usual, but not on your own (Platform) account, but on your Connected account. Everything else remains the same, pretty much.
Please let me know if you have any specific questions about this.
Excellent thank you very much
Yes of course ๐
Happy to help!