#CallMeLaNN
1 messages ยท Page 1 of 1 (latest)
Hello ๐ what is your question?
I got seti_xxx for the client_secret but it can't be used in stripe.confirmCardPayment directly. The UI is credit card info with optionally promo code box during the creation of subscription. So it is can be PendingIntent or SetupIntent for $0 coupon.
Error: valid value for stripe.confirmCardPayment intent secret: value should be a PaymentIntent client secret. You specified: a SetupIntent client secret.
For setupintents you will want to use the confirmCardSetup call, confirmCardPayment is for payments
https://stripe.com/docs/api/setup_intents/confirm
https://stripe.com/docs/payments/setup-intents
I refer to this two docs but still unclear how to proceed further in the web front end
What about confirmCardSetup is unclear here?
I see. It look similar I believe....