#rjt
1 messages · Page 1 of 1 (latest)
Hi 👋 you will need a way to know the amount that you want to process the payment for so you can set that before confirming the Payment Intent.
The approaches you mentioned both sound viable, but you will likely want to make the confirmation request while your customer is present in your checkout process in case the payment requires additional authentication.
Getting the desired amount ahead of the payment method details collection screen is likely a good idea, that will allow you to handle creating/updating the payment earlier in the process. Otherwise you would need to update, and then confirm the intent at the final step which may take some time to complete.