#Tahir
1 messages · Page 1 of 1 (latest)
Hi there, there are many test cards that you can use to test declined payments https://stripe.com/docs/testing#declined-payments
Thanks. Is there anyother way to make failed payments instead of using the wrong card number or cvc?
👋 taking over here
You have cards that can trigger declines on that page
This section: https://stripe.com/docs/testing#declined-payments
Ok can we do smart retry with these cards if the payments fails?
Or we can retrieve the invoice id of those failed payment and implement stripe.invoice.pay(invoice_id).
like that?
Yes you should be able to. The card only simulates the declines from issuer banks, doesn't matter what setting you used