#Imok

1 messages ยท Page 1 of 1 (latest)

idle leafBOT
rapid dirge
#

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

lost canopy
#

Sure, but how do I pass that header exactly?

rapid dirge
#

Basically, doing the same thing you did to create the Checkout Session on that account in the first place

lost canopy
#

The thing is that, the payment succeded, but my webhook is not working propely.

#

And the payment shows up on the connected account, and the problem is with the webhook

#

I think i figured it out. Thanks ๐Ÿ˜„