Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card Declined warning? #11

Open
madesimplemedia opened this issue Feb 5, 2018 · 2 comments
Open

Card Declined warning? #11

madesimplemedia opened this issue Feb 5, 2018 · 2 comments

Comments

@madesimplemedia
Copy link

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

@Mesuva
Copy link
Collaborator

Mesuva commented Feb 5, 2018

Yes, it should be pretty obvious when it declines.
Did this particular user get a receipt/order notification and it show as paid?

@mnakalay
Copy link
Collaborator

mnakalay commented Feb 5, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants