#Klavik
1 messages · Page 1 of 1 (latest)
hello! which particular metadata parameter on the Checkout Session are you using? Can you share the link to that parameter?
currently using this https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
that very well might be the incorrect parameter to use, the idea is to add some additional information about the customer
then the metadata is on the Checkout Session itself
you can't update the metadata on the Customer object from the Checkout Session
generally, after the Checkout Session is completed, then use the customer id from the checkout.session.completed and update the metadata on the Customer object