#Jörgen
1 messages · Page 1 of 1 (latest)
👋 happy to help
no the metadata don' propagate between Checkout Sessions and Payment Intents
instead you can use 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.
which will also propagate to the latest_charge.metadata
ok, we are setting the transfer_data.destination for the money to flow to a connect account. will that transaction also pick that metadata up?
I'm pretty sure it doesn't
could you think of a way to map such a transaction to a checkout session?
you want to map the balance transaction https://stripe.com/docs/api/balance_transactions/object to the Checkout Session that originated that transaction?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.