#H0noir
1 messages · Page 1 of 1 (latest)
You can update the amount in Payment Intent. Is there any problem you're facing?
i want to update it after it was authorized
I'm afraid it's not possible to update amount after the payment is authorised, i.e. status of requires_capture. Amount can only be updated when it's in one of the status here: requires_payment_method, requires_confirmation, requires_action
yes that what i've noticed on my test, i also tried to create the charge manually and update the charge amount but got an error
"message": "Livemode charge amount updates are not enabled on this account. If this is unexpected, please reach out and let us know!",
this is why i thought myabe it an option that can be enabled on my account
Could you share the request ID (req_xxx) where you see Livemode charge amount updates are not enabled on this account?
req_4EMWU1r75cBDla?t=1673393352
Thanks for sharing! This is a stricter check that live mode can't perform updating on charge amount regardless what the status is
In any case, amount can't be updated once it's authorised
ok thank you