#chunyu
1 messages · Page 1 of 1 (latest)
Could you elaborate on which information and what webhook event you are looking at?
we will focus on many events,such as payment_intent.succeed.
and i want to set any information what i need,such as i will set a key which is named “CITY”,and its value is “LOS”
Metadata is the perfect fit to your case
you can set metadata on almost every objects, including PaymentIntent
cool!can you share me the docs sir
Sure, we even have a video guide here https://stripe.com/docs/api/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.
For example here is metadata for PaymentIntent https://stripe.com/docs/api/payment_intents/create#create_payment_intent-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.
thanks a lot, have a nice day