#yankovich
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Customer metadata would be located on the customer object which is an expandable property on Checkout session object
https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-customer
Once you expand the customer object, you'd see the metadata on it
But I don't see this data in webhook ๐ฆ
In checkout.session.completed event
But I need it ๐ฆ
You don't see a customer ID in the webhook event?
Webhook events don't expand the object automatically.
You'll need to make a separate API request