#rstupek
1 messages · Page 1 of 1 (latest)
The top level session metadata is not propagated anywhere. What are you trying to do?
I was hoping it would appear on the customer or payment the customer made on the checkout session
You can set metadata on the payment by including that explicitly within payment_intent_data:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-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.