#manish_53909
1 messages · Page 1 of 1 (latest)
How are youc reating the Customer ? using https://stripe.com/docs/api/customers/create ?
You need to specify the metadata at customer level and not Checkout Level (when using checkourt.session.create)
using stripe checkout session create
i cant create metadata while stripe.checkout.sessions.create ?
You can but those metadata will be linked to the Checkout Session object and not the customer object
i want to link those meta data to customer object
You can't achieve that via checkourt.session.create, what you can do is to create the Customer object first with its metadata
and then create the checkout session
or keep the metadata at Checkout Session level
after completion, you copy/past the Checkout Session's metadata to the Customer object
i will get the meta data at checkout session completed response
Yes that's an option too.
after adding meta data to customer object . i will get the meta data in every webhook object?
Only for customer related webhooks customer.*
in subscription related webhook?