#collectors_92440
1 messages · Page 1 of 1 (latest)
hello! what's the exact error?
card cannot be added
I tried adding it through the Stripe admin as well but it would not let me add it there either
what does it mean by adding it through the Stripe admin? How are you trying to add those cards? via the Dashboard? via the API (can you share your code snippet)?
Adding it through the Stripe Admin Dashboard, as well as from our company Portal
let me see if i can get you a screen shot
the screenshot from the Stripe Dashboard would help
i mean....that's a test card that will decline, so it's not surprising that it declines when you try to add it
what are you trying to do? Can you share more
So we have an online portal called PSA, where we are able to add the CC at checkout. We want to add a card and have it decline, which then sends a call to our Accounting software letting us know the card was declined when we charge it. There after it would send out an email to the customer so that we can get another card.
The purpose is to test all the different bad card scenarios so that we can add appropriate handling, whether it is someome from our Customer Service that will handle it, or whether it is from our Accounting Dept
So just to add a little more context, the other software that we use before we moved to stripe had scenarios where if you charge an amount ending lets say in .59 then the charge will decline, if you add a charge with .42 cents ith will mark it as fraud, etc
and Stripe has that denoted in the test cards and so we were trying to use those card to simulate these scenarios, but unfortunately cannot add or use them 😦
if you want to add a card to a customer successfully, but have it fail upon attempt to charge, you should use 4000000000000341 instead
Hey Alex, yes we are able to use that one, however for these scenarios what do i do, please advise
I guess i should ask, what other card numbers do you have that I can add to the customer object to trigger other scenarios
i tried the first one, and it was successfully added to the Customer in the Dashboard
can you point me to which one fails specifically when you try adding it in the Dashboard?
Looks like the other cards are adding, so i may need to go retest these cards to ensure they yield the results i am looking for. I really appreciate your time and for working with me to resolve this. Let me come back with specifics if this doesn't solve what i am looking for.