#Mael CHEMLA
1 messages · Page 1 of 1 (latest)
Hello
You are setting metadata at the top level here which just attaches it to the Checkout Session object which you don't see in the Dashboard. To have it carry down to the PaymentIntent you want to set it at payment_intent_data.metadata: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata
Perfect you are the best ! thanks !