#mitsu_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/1291258247956791327
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Which Stripe componenet you are using? PaymentElements?
Yes but which Stripe component is that?
i don't understand the question
but this is the form in my system,
How to validate credit card information in red circle box?
I am going to use the link below to validate the client
https://www.npmjs.com/package/vue-credit-card-validation
A Vue plugin for formatting and validating credit card forms to offer the same functionality as Stripe's jquery.payment library (and more!).. Latest version: 1.0.5, last published: 2 years ago. Start using vue-credit-card-validation in your project by running npm i vue-credit-card-validation. There are 11 other projects in the npm registry usi...
Is there any API to validate credit card information?
hmm so you are using vue.js to integrate the Stripe form?
You would want to reach out to the package maintainer at https://github.com/wuori/vue-credit-card-validation to ask, but generally it only validate the format. Only when you actually submit, Stripe will return back if there is a decline from the issuer bank
oh, i just need validate
payment then when i call paymentintent or charges will check later
It has the built in validation and that's it
Ultimately please reach out to the package maintainer. They own this fled implementation
Thanks
ah, if i don't use vue, if i use laravel then how to validate