#RahulRaval-separate-auth-capture
1 messages ยท Page 1 of 1 (latest)
Hi ๐ no, once you have confirmed a Payment Intent (even if the funds haven't been captured yet) you can't update its amount.
However, you can specify a different amount_to_capture during the capture step:
https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-amount_to_capture
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.