#Bhagyesh-subscriptions
1 messages · Page 1 of 1 (latest)
Hi, basically you created a Setup Intent seti_xxx and you're trying to confirm a Payment Intent on the front end
Oh, so from backend we need to call the client_secret containing payment Intent, right?
Are you trying to capture a payment or just setup a payment method for future usage?
Yes we are trying to setup a payment method for future usages
then instead of using stripe.confirmPayment use stripe.confirmSetup https://stripe.com/docs/js/setup_intents/confirm_setup
Thank you!! This solved it 😄