#pierre
1 messages · Page 1 of 1 (latest)
👋 happy to help
if you already confirmed the payment then you will get a
This PaymentIntent's amount could not be updated because it has a status of requires_capture. You may only update the amount of a PaymentIntent with one of the following statuses: requires_payment_method, requires_confirmation, requires_action.
error
so you need to have capture_method: "manual" and confirm: false (also you can omit confirm)
which then would get you the ability to change the amount before capture
ha ok, so you think it is possible so?
yes
great, thnaks
Hi! I'm taking over my colleague. Please, let me know if you have any other questions.