#mrh00ts_api

1 messages ยท Page 1 of 1 (latest)

sinful saffronBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

knotty widget
#

I am not aware of a strict length limit for a parameter. Looking...

In the meantime, can you share a request ID where you're seeing a failure?
https://support.stripe.com/questions/finding-the-id-for-an-api-request

grave maple
#

I actually found the max length in logs

#

24 Chars

knotty widget
#

Oh great!

grave maple
#

Might be useful if you had that in the Docs

#

I am always used to the max being 255 for strings

#

this seems like an exception

knotty widget
grave maple
#

Yeah seems like its something different because of a VISA requirement

knotty widget
#

Can you share the request ID? I'm a bit curious. Is this for issuing card?

grave maple
#

Yes

#

give me one sec

#

req_s3K4TlcoxYd83

knotty widget
#

hmm I can't seem to load that request on my end. Are you sure its the right ID?

grave maple
#

here is another one

#

req_tNEJsKpaaIXHHx

knotty widget
#

Ah yup, this name is printed on the cards that are physically issues so the limit makes sense here

grave maple
#

yeah prob good to document it somewhere. Only shows up a handful of times as an issue.

knotty widget
grave maple
#

guess I missed that

#

appreciate it

#

Oh I was looking at cardholder object

knotty widget
#

All good ๐Ÿ™‚

grave maple
#

Do you know what gets used for verification

#

is it the cardholder name

#

or indiviual.first_name individual.last_name

knotty widget
#

what verification are you referring to exactly? Just to make sure I am on the same page

grave maple
#

when the card is charged

knotty widget
grave maple
#

I think that us authorizing

sinful saffronBOT
grave maple
#

but before it gets to us there are bank checks / visa checks

random crypt
#

๐Ÿ‘‹ Taking over for my teammate and catching up!

#

Card networks will send the authorization request over to Stripe, who then sends it to the issuing platform to determine whether to approve or decline the authorization

grave maple
#

yeah understood but i know a few checks happen like zip code

#

etc

#

I was wonder if name is part of that

#

I assume so

random crypt
#

The card object in the issuing authorization request event you receive will include card name. That said, it's up to you as the platform to approve or decline the authorization

grave maple
#

So if a card holder's name is BOOGIE WOOGIE
we decide to approve or deny

#

I know certain things like zip code / cvc don't even reach us if its incorrect

random crypt
#

Right. Name won't be part of that initial validation since name is not required for a card payment.