#irene_92049
1 messages · Page 1 of 1 (latest)
Hello! You can find our test Payment Method info here: https://stripe.com/docs/testing
There's a section for declined payments: https://stripe.com/docs/testing#declined-payments
Yes, I've seen the page, but all of them are declined when the backend confirms the payment intent. not when users write the credit card information
Yep, that's expected. What specific error are you trying to generate?
Maybe you want to try specifying a card number that doesn't pass the luhn check? Or maybe try specifying an expiration date in the past?
More info on the luhn check: https://en.wikipedia.org/wiki/Luhn_algorithm
this error
user wrote the cretic card information and when the code used the "createPaymentMethod" stripe returned that error
The first test card number in the section I pointed you to will produce a generic_decline:
but, i used that, and it is acepted by createPaymentMethod and it is declined in the backend
not in frontend
Can you give me the request ID showing the generic_decline in your screenshot? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I'm wondering if it was perhaps declined because the card was on a blocklist.
yes, one second
Maybe try adding the card details to one of the block lists here? https://dashboard.stripe.com/test/settings/radar/lists
Like the fingerprint from one of our test cards?
Looking, hang on...
and, im trying to generate the error in my local using the test payments. but, it would be great if you can see if that customer is now in blocklist. because he has been a client per years. and now his credit card is not acepted by stripe
Yeah, looks like this card is on a blocklist.
do you prodive me information why it is and how we can remove it from that block list?
No, I can't help further with this here unfortunately, but Stripe support should be able to assist you from here: https://support.stripe.com/contact/email
Make sure you give them that request ID when you write in.
thank you!