#gcaraciolo - card_decline_rate_limit_exceeded
1 messages · Page 1 of 1 (latest)
I don't think there is a test card for that error code specifically. You should be able to react to it the same way as other declines with an decline code though.
Can you tell me a bit more about what you are trying to do? Are you trying to write code that automatically retries after 24 hours?
No, just inform the user with a proper message
I'm mapping error codes, like insufficient funds, incorrect cvv, etc. But this specific one, I can't test.
And I don't want to ship it to production without seeing the translated error at least once
I've tried to exceed attempts using insufficient funds cards, but in testing mode, it seems that stripe doesn't send this erro card-decline-rate-limit-exceeded
Gotcha. Unfortunately it looks like we don't have a card for that specific decline. I can put in a request to add one but I cannot promise that it will be added. If you want to test your code's reaction to this decline code, you will likely want to mock out your call to Stripe and have your mock endpoint return that code
😒 alright! I see a way.
But yeah, please, submit a request for them to create more credit cars. It´s nice to have all production erros happening in development 😄