#jaymorelli_unexpected
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/1401855157574172682
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
Hey Tarzan ๐
yes you're right we don't have a test suite with kr_card special numbers
what's your account ID?
Not sure, let me find out ๐
in all cases, your code should expect the values you mentioned to be filled correctly.
Can you double check for me the values of the brand? We have a migration guide that was sent to us (we were using the beta integration before) and in the doc the value of the brand would be something like shinhan_card or hyundai_card. But from the Stripe SDK, it looks like it would be hyundai or shinhan (without the _card)
The account id is: acct_1HfRouK86Yke5s34
I think the best thing to do here is to contact https://support.stripe.com/?contact=true, ask for a feature request to get a list of different cards to choose from instead of choosing to succeed or fail the transaction in the test redirection page. You can also ask to validate which is the right value of the brands whether it's shinhan_card or shinhan
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
in all cases, in your code you code check for brand.startsWith instead of ==
thanks! I will do it