#Tamilarasan-ios
1 messages · Page 1 of 1 (latest)
Yes
You're using stripe-ios v10?
Not sure what deployment means in this context. I assume that's the version of your app?
Anyway, what issue are you encountering specifically?
No this app which version of iPhone os supporting from
Ah, iOS 10?
Yes
Currently i used STPCardParams using custom UI
how can i validate card number and cvv. Current stripe validate immediately card number is right or wrong and what card using like visa,rupy....
but STPCardParams is not their anything?
What specifically do you want/need to validate?
yes
Our payment UIs take care of basic card validation for you
We can't/don't validate CVV data
It's not possible to do without first submitting a payment attempt via the networks
i given 10 digits card number it's accepting
Well, yeah. It's just a class in the shape of card details. You need to actually submit the data to use to tokenise for it to be validated
If you want validation, you should use our payment UIs
Already we have using paid version only.. But we need Custom UI
Then you'll need to implement those validations yourself I'm afraid
We provide no APIs to validate outside of our UIs, or tokenising with the API
Ok any other solution.. I need all validation in your side means it will take more secure
but we need custom UI and supported lower version device like IOS10
There's no alternative when building your own UI I'm afraid. You'd be responsible for any validations you need to implement