#Nikul Kukadiya
1 messages · Page 1 of 1 (latest)
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.
Is there any library officially supported by stripe for flutter?
No. Stripe has official libraries for native Android and iOS, as well as react native.
Can we make payment with out CVV ?
is there a reason why you're making payment without CVV?
Yes, we are scanning the card using the mobile cam so some the card only give us the card number and expiry to scan
we support card scanning, but i'm pretty sure that CVV should be required also
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
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.