#furkannozzturk-localization
1 messages ยท Page 1 of 1 (latest)
It would really make me happy ๐
are you talking about the API errors or localizing the front-end Elements?
Actually, I am talking about payment erorrs, which is like, If user enters a card which has Insufficent Funds, It respond with a erorr code
according to your question I think its localizing front-end elements
are you talking about these error codes https://stripe.com/docs/error-codes ?
no worries, I'm still here
we only localize for client-side errors
if you get an error in the API you will receive the error like this
"error": {
"type": "invalid_request_error",
"message": "Invalid positive integer",
"param": "amount"
}
}```
based on the type you should build your own localization