#hndk-session-metadata
1 messages · Page 1 of 1 (latest)
You can explicitly set the metadata of the PaymentIntent that the Checkout Session will create: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata
Ahh, I see! It has to be the payment_intent_data.metadata. Sounds like we were using just the session metadata. Crossing fingers it's just that. Thank you for pointing that out!
Indeed! We just tested with payment_intent_data.metadata and our issue was solved. Thank you! We can archive the thread :)