#htnrdgs
1 messages · Page 1 of 1 (latest)
They should be on the Checkout Session themselves
https://stripe.com/docs/payments/checkout/custom-fields#retrieve-fields
So you can retrieve the Checkout Session by its ID
https://stripe.com/docs/api/checkout/sessions/retrieve
Hey @grave trail I'm using the customer.subscription.created event and I didn't find any session id
Can you help me?
It may be easier to use checkout.session.completed otherwise, you can list Checkout Sessions and filter by the subscription's ID https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.