#Javorniik-pi
1 messages · Page 1 of 1 (latest)
but doesn't updating payment intent re-render stripe paymen fields?
Did you mean that i should update payment intent after customer inserts credit card info and hits Submit button?
As I understand you won't have the order data from your system until the payment is complete, right?
that's right
They I guess you need to make an API call to update the Payment Intent with that order reference in your backend integration
can you please give me an URL to documentation which covers that part please? Thank you
This is the endpoint you'd need: https://stripe.com/docs/api/payment_intents/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you very much