#AlexElba
1 messages · Page 1 of 1 (latest)
which event should I listen to get client_reference_id back?
I see the client_reference_id on your Checkout Session object. customer.subscription.created contains a Subscription object, that's why you don't see it. You should listen to checkout.session.completed event: https://stripe.com/docs/api/events/types#event_types-checkout.session.completed
thanks
Happy to help!