#Rilo

1 messages · Page 1 of 1 (latest)

north bobcatBOT
desert vale
#

Hello! Next time feel free to use the same thread you already have open

real cypress
#

Cool thanks! Hi Karbi. We want to use visa API's to check validity of cards. Is there a way to pass our stripe tokens as an input to the Visa API?

#

More focused on the process of accessing them

#

Example: how do say "yo stripe these are all visas, give me a token that's passable to the Visa API for a ZDA check"

north bobcatBOT
desert vale
#

Interesting - do you happen to have any docs about which token/what format visa's API is expecting?

real cypress
#

Let me look

#

It says we need the PAN. I don't want to actually see the PANs (PCI) I just want to pass them along

#

We're contemplating Auth/Cancel to get the same results but it's at least $0.30 per Auth. With the Visa API it's $0.025 per API call

#

If you could help me to figure out how to at least request the PANs I can figure out the compliance/security piece

desert vale
#

Gotcha, you just want to know how to get the raw PANs from stripe? I'm not entirely sure whether this is possible (if it is, you'll likely need to write into support anyways) but let me check

real cypress
#

Kk thanks

desert vale
#

It wouldn't be instant (at least I'm pretty sure it wouldn't be)

#

And yeah, that's the only public docs I can find that would match what you want - I'd also recommend asking support (https://support.stripe.com/contact) just in case they have any ideas of private features that may help

#

But as a general rule, we don't provide a programmatic way to get access to raw PANs so this may not be possible

real cypress
#

That makes sense. Thanks for your help

#

Do you think that secure migration costs anything?

#

And do you think i could do migrations regularly so that I could be checking the most up to date library of cards off platform on a PCI compliant gateway that supports ZDA?

desert vale
#

Sorry I missed you're earlier question about the price - these are all really good questions for support (this is a really specific feature and I don't know all the rules about how often/cost).

real cypress
#

Cool I'll hit them up. Thanks

#

On this one. When I save a card and it tests validity - does the system respond with specific Decline Codes like on a regular Authorization?

#

Can I "re-save" the account somehow to trigger Stripe to run this check?

#

🧐

desert vale
#

Yes, you can still get decline codes with SetupIntents but I think the set of decline codes you'd get back would be more limited

#

and no, the only way to re-do the auth would be to generate a new SetupIntent and collect the payment details again

real cypress
#

kk thanks