#samm_api

1 messages ¡ Page 1 of 1 (latest)

orchid pierBOT
#

👋 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.

worn cairn
#

Hi

timber ermine
#

hi there

#

What error do you see?

worn cairn
#

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 ?

timber ermine
#

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?

worn cairn
#

yes correct.

timber ermine
#

The accounts setting could be different. Getting iin is one of the extra feature needs to be turned on manually on account basis

worn cairn
#

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

timber ermine
#

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?

worn cairn
#

req_iYi1Pz4FFOi8ch

#

this is the request id where i can see iin :

timber ermine
#

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

worn cairn
timber ermine
#

Is that your point of contact? Yes you can email them too

#

They should know how to do this

worn cairn
#

cool. And I have another small query.

timber ermine
#

Sure

worn cairn
#

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) ?

timber ermine
#

create a new api with different version
You mean creating webhook endpoint, with different API version?

worn cairn
#

yes , if we use the version that is giving three_d_secure object will that work?

timber ermine
#

I think it's the matter of Account, not API version. But you can try

worn cairn
#

Oh I see. will get back after we tried on changing version. thanks Orakaro for your prompt answers.