#Wojtek

1 messages ยท Page 1 of 1 (latest)

restive streamBOT
plucky portal
#

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

topaz snow
#

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

plucky portal
#

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?

mortal ether
topaz snow
#

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?

mortal ether
#

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

topaz snow
#

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)

mortal ether
#

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

topaz snow
#

Alright, I don't see the same thing as you ๐Ÿ˜…

#

Thanks for letting me know!

#

That was a huge help, sorry for not being clear from the start ๐Ÿ˜„

#

I appreciate your patience

#

This can be closed now