#nithin_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1311899172047425608
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
getting the error msg while confirming the payment using this
What error do you get exactly? Can you find the errored request on 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.
it is working vulnerable in my website
What do you mean?
we maintained the flow
flow like this
step:-1 saving billing info (getting the customer id here)
step:-2 creating the token (we are calling this from stripe service)
step:-3 saving the infomration getted from the createToken function
step:-4 createing the paymentIntent (gettign the client cecret in this step)
step:5 we are confirming the card payment here using stripeservice.confirmingCardPayment (we are confirming the payment in this step)
iam using angular and iam using ngx stripe version 13.4.0
problem is in step :5 getting the error repsonse insted of paymentIntent.status : "succeeded"
while using the real cards
while using test cards it working fine
but we recived the payment to our account
Yes, what is the error response?
we stored the respective error msg in our db
the messsge is like this "Your card does not support this type of purchase."
That's more likely the issue from the card itself.
If you can find the errored request from https://dashboard.stripe.com/logs, we can take a look
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but we recived the paymnet