#mitsu_code

1 messages ¡ Page 1 of 1 (latest)

wicked tundraBOT
#

👋 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.

cloud flare
sudden whale
#

Which Stripe componenet you are using? PaymentElements?

cloud flare
#

credit card

#

example
4242424242424242
4000000000000077
...

sudden whale
#

Yes but which Stripe component is that?

cloud flare
#

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

#

Is there any API to validate credit card information?

sudden whale
#

hmm so you are using vue.js to integrate the Stripe form?

cloud flare
#

That's right

#

my screen design like this

sudden whale
cloud flare
#

oh, i just need validate

#

payment then when i call paymentintent or charges will check later

sudden whale
#

It has the built in validation and that's it

#

Ultimately please reach out to the package maintainer. They own this fled implementation

cloud flare
#

Thanks

cloud flare
#

ah, if i don't use vue, if i use laravel then how to validate