#Nikul Kukadiya

1 messages · Page 1 of 1 (latest)

placid sandalBOT
stable elk
#

Hi @exotic dock Flutter_stripe is a community library and isn't officially supported by Stripe. You can reach out to the library developer directly.

exotic dock
#

Is there any library officially supported by stripe for flutter?

stable elk
#

No. Stripe has official libraries for native Android and iOS, as well as react native.

exotic dock
#

Can we make payment with out CVV ?

frosty pumice
#

is there a reason why you're making payment without CVV?

exotic dock
#

Yes, we are scanning the card using the mobile cam so some the card only give us the card number and expiry to scan

frosty pumice
#

we support card scanning, but i'm pretty sure that CVV should be required also

exotic dock
#

If we disable the cvv failed rule from stripe dashboard then also stripe is going to check cvv if provided or it will be ignore the cvv in that case? Also is it going to disable the card if multiple times the cvv will be wrong and the rule to check the cvv in stripe is also disable.

#

Please provide details for this particular case so that we can proceed further for implementation

frosty pumice
#

It's not Stripe that checks the CVV, it's the issuer. If you disable the CVV failed rule in the Dashboard - all this means is that Stripe won't block the payment on our end if the issuer accepts the payment but fails (or doesn't check) the CVV.