#robert_iOS_EVcharge

1 messages · Page 1 of 1 (latest)

opaque domeBOT
twin echo
#

Hello! Sometimes expired card will work, so we make the attempt. I don't believe there's a setting to enable strict expiration validation. You would either need to write code to do that, or possibly use a custom Radar rule.

hazy heart
#

We use the PaymentSheet, so don't validate locally on the iOS/Android apps.

#

What is Radar rule?

#

Also we do auth and then charge after an Ev charge.

twin echo
hazy heart
#

I don't see anything specific for expiration in the docs.

twin echo
#

Let me have a look. I don't think I've ever tried to write a rule for something like this before.

hazy heart
#

Is bad expiration a problem? We are about to launch the 1.0 of iOS/Android apps.

twin echo
#

It's not really a problem in general, no. Most of our surfaces will reject an expiration date in the past, for example, and I believe that includes the PaymentSheet. As far as entering it incorrectly it will either work anyway, or the card issuer will decline which will, in turn, prompt the customer to enter the correct date.

hazy heart
#

Thank you for your quick help and information.