#samm_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/1422093175022948382
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
its not error, what is our expectation is we need to save all the basic card details like bin,issue country , iin,year,month. for SG region (with stripe-sdk 8.1.0) we are getting all details as expected but for CAN,OTT Commerge and other regions, we are getting all details except iin
we are using same sdk version in both cases
do you want me to share sample response for both ?
Can you share the request id (req_xxx), one for SG and one for your other region, first?
By region, do you mean different Stripe accounts?
yes correct.
The accounts setting could be different. Getting iin is one of the extra feature needs to be turned on manually on account basis
so is it possible to turn it on for other regions now
can I send whole repsonse of this: /v1/payment_methods/pm_1SCNVWESJ0XXzhv1g16qI8Yr
req_iYi1Pz4FFOi8ch
for CAN(with no iin): req_q4MpbUtqvFuS88
No you don't need to. req_q4MpbUtqvFuS88 is for a CA account acct_1LGCcCGG5RcTs6qs, correct?
What is the request id on SG account where you can get iin?
Ty
Confirmed
This is on acct_18OcAIESJ0XXzhv1 SG account which has this feature turned on
You want to write to Support, they will enable this feature on acct_1LGCcCGG5RcTs6qs for you too
Include link to this Discord thread, so that could help move your case faster
wow that's great.can you shaare support email . I have only nyuen@stripe.com
Is that your point of contact? Yes you can email them too
They should know how to do this
cool. And I have another small query.
Sure
In the same way the 3ds data from the webhook event is missing for couple of versions , Can we create a new api with different version so that it can give back three_d_secure object same as other version (older versions like SG) ?
create a new api with different version
You mean creating webhook endpoint, with different API version?
yes , if we use the version that is giving three_d_secure object will that work?
I think it's the matter of Account, not API version. But you can try
Oh I see. will get back after we tried on changing version. thanks Orakaro for your prompt answers.