#nari
1 messages · Page 1 of 1 (latest)
Hello there
What guide are you following for your integration?
Are you trying to use the deferred intent flow?
That is just the method for confirming the PaymentIntent using Stripe.JS
The above error indicates you are attempting to use the deferred intent flow but not calling elements.submit() prior to confirm. This step: https://stripe.com/docs/payments/accept-a-payment-deferred?type=payment#submit-the-payment
ok can i use confirmCardPayment method using PaymentElement?
ok
paymentIntent is like security key or its used to verify the subsctription plan?
A PaymentIntent is an object to track the lifecycle of a payment