#matt11 - billing clocks
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
Yes! in fact testing renewal failures is a great use case ๐
(one of the reasons we built it !)
Are you having an issue with this?
if I try to insert an 'insufficient fund' card it says that I can't
it's in italian but says that the card has insufficient funds
Oh, so, yes, but you won't be able to set up the card that way in the dashboard, because it errors on trying to set it up
Try the 4000000000000341 card to attach to a customer:
https://stripe.com/docs/testing#declined-payments
That should be attachable but fail on any payment
This is the easier one to use for billing test cases, yes, but there are ways to use others
For example, if confirming client side in your own app you can use some of the 3ds cards that require auth for every future payment:
Like the 3184 card here: https://stripe.com/docs/testing#authentication-and-setup
ok thanks a lot!