#SebJS74-update-payment-intent
1 messages ยท Page 1 of 1 (latest)
Hi ๐ as long as a payment intent hasn't been successfully processed, then it can be updated:
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.
Hi toby, by processed do you mean having the payment captured? If so, we intend to capture payment immediately at checkout.
So if I'm understanding you correctly, each separate change which requires additional payment will require a new payment intent to be created
Yes, it's not possible to update a payment intent once it has been confirmed and captured.
Okay, thanks for confirming