#Kamesh

1 messages · Page 1 of 1 (latest)

spiral kiteBOT
upbeat zodiac
#

That could not work since the amount is not matching between frontend and backend

lyric condor
#

how about when we use card payment from payment element? can we not use future payment?

upbeat zodiac
#

You mean the legacy Card Element? It wouldn't be compatible with this flow AFAIK

lyric condor
#

if i understand correctly, we can use the payment element to create a payment method, create a setup intent and then when ready to be charged, create a payment intent and confirm? is this correct for 100% future charge scenario?

upbeat zodiac
lyric condor
#

thanks. How about the scenario where we want to charge partial amount now and rest in future?

upbeat zodiac
#

After you have the collected SetupIntent, you can split the payments into 2 Payment Intents, each of 50%.

upbeat zodiac
#

Or alternatively, you can create a PaymentIntent and place a hold (capture_method=manual), then only capture 50% of it. Later on you can create another 50% payment