#firemax_card-brand-inspection
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/1326963305503264820
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
What Stripe product are you using and are you directly interacting with Stripe.js?
Im using the stripe woocommerce plugin
the plugin itself interacts with stripe.js
Hello btw
Then you will need to ask woocommerce
the plugin says it was developed by stripe
I cannot offer any insight unless you are directly coding an integration using Stripe.js
If I were lets say using stripe.js
how can I hook into the card detection?
I want to run code if amex is detected
You would need to implement a 2 step confirmation flow that creates a Confirmation Token:
https://docs.stripe.com/payments/build-a-two-step-confirmation
This would allow you to inspect the payment method details before you create an Intent so you can change the amount you charge.
perfect thank you