#naman178
1 messages · Page 1 of 1 (latest)
Hi, how can we help?
I want to create the subscription and need to make a first payment for the subscription
but when I create the subscription it gives me an error like this: https://prnt.sc/9dOwo6kuKwI- "The payment attempt failed because additional action is required before it can be completed."
I am attaching the screenshot of the code
Creating the intent and sending it to the checkout: https://prnt.sc/iak0vqAVYQ_I
Checkout form and submit button : https://prnt.sc/l9RbTwfBlnGQ
Subscription JS : https://prnt.sc/WUoruKGlxgDT
Subscription Controller : https://prnt.sc/t3GHBVqXkt5w
Please help me with the 3D Authentication or solving the error then it will be so grateful.
thanking you in anticipation
@frozen axle please help
Gimme a few mins
okay
Okie so that's screenshot of your code and it's unclear whether the error is actually from Stripe or from your backend logic. Can you check your requests log on Stripe Dashboard? https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Then take any errored request id there (req_xxx)
Yes the error is pretty self explanatory. Where and why are you sending that PaymentMethod attach request?
The error states the solution, doesn't it? It means you can't call this API with Indian cards, but to use SetupIntent and PaymentIntent instead.
You would want to figure it out which part of your code is sending this API
No, we can't, unfortunately. It's your code and you have access to the IDE, the debugger and everything
okayu