#jen_stilletoz-payment-metadata
1 messages · Page 1 of 1 (latest)
Hey there, taking a look!
What you want is metadata on the Payment Intent object: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-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.
There's no way to set this via an Invoice object, so you'll need to instead update the Payment Intent object that's created by the Invoice: https://stripe.com/docs/api/invoices/object#invoice_object-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok ill try this now
when we export to file from Payments here
we get fields like this
should we pass metadata with same parameters?
Those columns are metadata fields that must already exist on some of your PI data
We don't pre-populate that
oh ok thanks for all the help
Np!