#bonder - Checkout Metadata
1 messages · Page 1 of 1 (latest)
I'm expecting it to show up in one of two places, either in the meta-data panel for the customer record, or in the meta-data for the subscription associated with that customer
I can't find it in either location
AFAIK Checkout Session metadata doesn't get propagated to the Customer Object.
oooooh, ok, so I need to be able to associate a checkout session with my internal serverId
How should I go about that?
In order to attach metadata to the Subscription object you would need to pass it in as part of the subscription_data parameter here:
https://site-admin.stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-metadata
Ok, bear with me while I attempt this real quickly
Excellent, issue resolved
As always thanks for putting up with my unending stupidity. One day I hope to learn how to read.
No worries!