#KuVana
1 messages · Page 1 of 1 (latest)
Hi 👋
The Payment Element contains more validation AFAIK. Do the Insurnce cards use Visa/MasterCard networks?
We are seeing issues with Zellis in particular, and I am unsure what they use. What validation is there on Payment Element that isn't on Card Element?
Hmmm.... I actually see that the Payment Element should accept more payment methods than the card.
https://stripe.com/docs/payments/payment-card-element-comparison
yeah, that was my understanding as well, we've just seen an increase in declines from Zelis insurance payments since migrating to the payment element
Okay do you have an example payment where this occurred so I can check the validation error?
pi_3NFfnsHFzwE4pTge1x00upBH
This is the error we are seeing
"code": "card_declined",
"decline_code": "do_not_honor",
"doc_url": "https://stripe.com/docs/error-codes/card-declined",
"message": "Your card was declined.",
In this case the issuing bank returned a do_not_honor decline code. This wasn't due to how the payment method information was collected
Yeah that is coming fron the bank, not Stripe
Sounds good, we were just concerned that so many were related to Zelis. Thank you