#João Marcelo-price-payment-intent
1 messages · Page 1 of 1 (latest)
Do you have some tip on how can I do this? 😂
Are you trying to use the price object to control the amount that is passed to the payment intent? Or just trying to track the product that the payment is associated with?
Tying to track the product that the payment is associated with!
Most of our objects have a metadata parameter that can be used for storing information that is important to you but that we don't have a field for.
https://stripe.com/docs/api/metadata
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okey toby! I can go on with my implementation right now!
Thank you so much 🥰