#supriya
1 messages · Page 1 of 1 (latest)
is there way to check paymenthod method api or payment intent api or confirm payment API
Hi there, so you want to verify card before attempting to use it for payment?
Yes
In my application if i provide wrong card number in payment check out page and request went stripe then its showing invalid card number
same like if i provide wrong CVV,expiry year and expiry month its showing
can you help me anything i missed on API REQUEST
You can use SetupIntent to collect a payment method, and card verification will be perform when you confirm the SetupIntent.
https://stripe.com/docs/api/setup_intents/object#setup_intent_object refer to the APi reference if you need a sample object.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I don't think you are using SetupIntent API, I'd suggest you to go through the doc that I sent earlier and come back if you have a follow-up question.