#matheus-cavallini_api
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/1215643670791848006
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here are all the available test cards supported by Stripe:
https://docs.stripe.com/testing
Between, why are you using /tokens API direct ?
Ok, no worries, I was just wondering because the incorrect_number error was showing a few weeks ago when inputting 0000 0000 0000 0000
I'm using the Stripe React Elements in my FE, generating the credit card token, passing it to my BE, and then sending it through stripe.subscriptions.create. Isn't it supposed to be like this?
Well, you can do that, but you should be using Stripe Element if you want to have a custom integration
Stripe elements validate customer input as it is typed. To help your customers catch mistakes, listen to change events on an Element and display any errors.
https://docs.stripe.com/js/element/input_validation
We have a custom checkout design, like this (screenshot), so when your API throws an error while adding the source in our BE, we are handling it in FE as well. The incomplete_error should be handled too like you suggested
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!