#LucaDaniele
1 messages · Page 1 of 1 (latest)
hi! what code are you using exactly ? do you have an example PaymentIntent ID pi_xxxx ?
Hi, here's a screenshot of the code I'm using. I use Stripe checkout generation API as I'm redirecting the user to the Stripe page so I don't have to handle 3Dsecure and other things
If you need a Payment Intent heres one: pi_3MTmkWAwzm5X0LZR4OgPOI2o
Is there a way to make the connected account pay the fees using the Stripe.checkout.create API?
yes, by using Direct Charges instead
overall you would need to carefully read https://stripe.com/docs/connect/charges and make sure you understand the different charge models possible with Stripe Connect and the implications of them