#Imok
1 messages ยท Page 1 of 1 (latest)
It sounds like you are trying to retrieve the checkout session from your platform account. Stripe objects only exist on the account that they were created on, so you will need to pass the connected account's ID in your Stripe-Account header when trying to retrieve this checkout session when processing that event
Sure, but how do I pass that header exactly?