#alexisadeveloper
1 messages · Page 1 of 1 (latest)
Hello
Yes the issue is that the Price does not exist on the Connected Account but also yes you can create the Price for them on their Account by using the Stripe Account Header (see: https://stripe.com/docs/connect/authentication)
The other option is to just create the Price/Product inline here when you create the Checkout Session by using price_data: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data
Okay cool, I'm gonna try that 🙂 Thanks for your help!