#Shawn-PaymentIntent

1 messages · Page 1 of 1 (latest)

azure radish
#

Hi there, so basically you want to update the PaymentIntent amount after its creation?

runic seal
#

yes

azure radish
runic seal
#

well if I was to use the payment element, the customer will click the pay button, once they click that, the intent will either be confirmed or required_capture depending on if confirm was set to true or false. Can I still update the intent at this point?

azure radish
#

No you can't update the payment intent when it's status is already requires_capture or succeeded

#

Or you can use SetupIntent API to collect the payment method from the customer first, once you have finalized the amount, create a PaymentIntent with off_session=true and confirm=true to charge the customer directly.

runic seal
#

Okay, I will look into setup intent, thank you Jack