#Fulco
1 messages · Page 1 of 1 (latest)
Hi 👋
I'm not 100% certain but I think we return a card_error
are those being returned as StripeCardError in Stripe.js?
card_error looks like API-spec
I'd be interested to know if there is an error code or a decline code by which I can identify transactions being blocked for this reason
No, we won't surface that
Alright, thanks for confirming!
While I'm here
I'm looking at both:
- Error codes: https://stripe.com/docs/error-codes
- Decline codes: https://stripe.com/docs/declines/codes
Decline code are clear to me
But the error codes seem like a mix of customer-related errors, as well as account related errors
Decline codes are sent by the issuing banks. Error codes are from Stripe and need to cover a number of different types of errors so they are more mixed
Thanks for confirming