#nithin_code

1 messages ¡ Page 1 of 1 (latest)

visual crowBOT
#

👋 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.

ancient flare
#

it is working vulnerable in my website
What do you mean?

sinful orchid
#

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

ancient flare
#

Yes, what is the error response?

sinful orchid
#

we stored the respective error msg in our db
the messsge is like this "Your card does not support this type of purchase."

ancient flare
#

That's more likely the issue from the card itself.

sinful orchid
#

but we recived the paymnet