#mentioscar_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1235582100669726751
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
You are talking about when there is an actual card error for something like invalid cvc as opposed to a validation error (like they didn't complete the CVC field)?
Yes exactly! Is that possible?
Hmm the only way this would really be possible is for you to manually update the appearance of your Payment Element -- we don't have any built in functionality for this.
So you would need to update via the Appearance object: https://docs.stripe.com/js/elements_object/update#elements_update-options-appearance
Hmm actually I'm not even sure this is possible with the Appearance API tbh
Don't think you can select just one of the inputs to change
Yeah you can really only use that for validation errors actually
So unfortunately what you are looking for isn't possible right now.
I can submit a feature request
All right, that's what we suspected. We'd love for this to be implemented and a feature request would be appreciated
๐
Since we see it in the pre-built checkout we assumed that it would be here too