#Wojtek
1 messages ยท Page 1 of 1 (latest)
By PIN probably you refer to 3D Secure? That is an authentication step you always needs some client libraries, and Stripe's iOS/Android/ReactNative and stripe.js can all process it
iframe is when you decide to render the 3DS url yourself but its an discouraged pattern unless you have specific reason to do so
Not sure, I need to google 3D secure ๐
Oh no, I really meant PIN. We implemented a beta feature which allows to get the PIN for the card and display it on the mobile
We are using IssuingCardPinService.retrievePin from the mobile SDK
I'm wondering if there is the same feature but for API
Oh okie this is Issuing
Can you link to the Doc you are following around that retrievePin?
And by beta feature do you mean a Stripe Beta program?
https://stripe.com/docs/issuing/cards/pin-management#using-the-cards-api exists, if you have access to that doc that seems to be the answer.
Exactly the one we used, but for mobile. I can't find the docs though. I'm trying to get that to the API, not the browser
Is there a PCI compliant way to do it?
not sure what you mean
that doc I linked is not for mobile
it's for getting the value directly from the API and specifically describes how to do that and what the PCI implications are
The doc describes how to get the PIN and show it in the browser. I need a way to get the PIN and send it via SMS to the customers (who might not have an access to the web browser)
the doc describes how you call the v1/issuing/cards API to get the PIN in your backend code. Once you have that you can do what you like with it.
maybe your page is different, I don't know, this is all beta and private features and depends on what features your account has, so it's not something we really help with on a public channel