#_kamih_
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- kamih, 21 hours ago, 16 messages
- kamih-account-support, 4 days ago, 8 messages
https://stripe.com/docs/api/errors#errors-type you can find the list of types here.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi Jack. I'm not seeing the list there.
You can't open the page?
I can open it, there's no list of possible codes there.
You have https://stripe.com/docs/error-codes, which lists codes for type == card_error I think? (not clear cause the doc doesn't specify)
but I'm looking for a list of codes when the type is validation_error
The types are all there, you can find card_error in the list.
Where do you get the validation_error ? is it from Stripe directly or through a 3rd-party plugin?
from stripe.confirmPayment() ๐
validation errors are returned if the user is not entering card fields correctly. These are errors where the card isn't sent to the network yet.
Are you referring to this? https://stripe.com/docs/js/payment_intents/confirm_payment
yes
OK. Thanks for the feedback, I'd ask the docs team to take a look at this.
Ok. Your docs are generally really good, but for error codes, it's a little confusing.