#jaymorelli_unexpected

1 messages ยท Page 1 of 1 (latest)

astral pewterBOT
#

๐Ÿ‘‹ 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.

sour scaffold
#

๐Ÿ‘‹ happy to help

hazy wedge
#

Hey Tarzan ๐Ÿ‘‹

sour scaffold
#

yes you're right we don't have a test suite with kr_card special numbers

#

what's your account ID?

hazy wedge
#

Not sure, let me find out ๐Ÿ˜…

sour scaffold
#

in all cases, your code should expect the values you mentioned to be filled correctly.

hazy wedge
#

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

sour scaffold
#

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

#

in all cases, in your code you code check for brand.startsWith instead of ==

hazy wedge
#

thanks! I will do it