#Rilo
1 messages · Page 1 of 1 (latest)
Hello! Next time feel free to use the same thread you already have open
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"
Interesting - do you happen to have any docs about which token/what format visa's API is expecting?
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
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
Kk thanks
How long do you think a secure migration might take? Like is it instant or is it a few business days? https://stripe.com/docs/account/data-migrations/pan-export?locale=es-ES
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
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?
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).
Cool I'll hit them up. Thanks
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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?
🧐
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
kk thanks