#Grace_m

1 messages · Page 1 of 1 (latest)

harsh pikeBOT
glad needle
#

What's your flow here? Why do you have both a setupintent and a paymentintent?

terse star
#

It's a recurring plan with some trial days and an initial setup fee. So the recurring payments of the subscription starts after the trial days for which there will be a setup intent. But there will be an initial payment to be done at the time of purchase for which there will be a payment intent.

glad needle
#

Recommend you complete the setupintent authentication first so the payment method is setup properly

#

Then create the payment intent after and attempt to charge the payment method you set up

#

You can't complete both at the same time