#Tachyon
1 messages · Page 1 of 1 (latest)
For Checkout Session, you may add additional information as metadata in payment_intent_data Checkout Session, so that the metadata will be visible in the report: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata
So you can add details to a checkout session after it has been created separately or even completed?
No, checkout session can't be updated after it's been created. These information can only be added at the time of Checkout Session creation
Thank you.