Open madesimplemedia opened 6 years ago
Yes, it should be pretty obvious when it declines. Did this particular user get a receipt/order notification and it show as paid?
You should get an error message right away during check out.
On the other hand Stripe can email your clients directly for failed payments, that's a something you have to set from your Stripe dashboard. https://stripe.com/docs/dashboard/receipts
To be more precise, during check out Stripe checks that the card is valid (number, date) and there are no red flags attached to it. If any of thse fails you'll get an error message right away.
But problems linked to the card not having the necessary funds might appear later. Usually shortly after wards. It depends on the situation. In that case you should set Stripe to send emails on failed payments.
Hi,
Does the customer get a warning if their card is declined? I know we can check in Stripe, but I wondered if the user gets a warning as we currently have a user who didn't know if it went through or not?
Thanks