#Mijelz
1 messages · Page 1 of 1 (latest)
Hi there, did you set the metadata to the checkout session object or its payment_intent object?
I believe its on my stripe.checkout.sessions.create({
metadata : ...
})
Can I add it to the PI somehow too?
Sure, you can add the metadata to payment_intent here 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.
Yes you can do that
sweet thx