#Empress Brosephine-paymentintent-amount
1 messages · Page 1 of 1 (latest)
Empress Brosephine-paymentintent-amount
context: we have a subscription module that takes CC and ACH
amount update is a separate request from confirm
best way to do it then is using the update endpoint?
yes, you'll first have to call update to update amount
then confirm the PaymentIntent
gotcha. Then after confirm, capture it?
correct (assuming you are using the capture flow, which isn't mandatory)