#morteza_34604
1 messages · Page 1 of 1 (latest)
hi, how can we help?
I want to develop an application like Pleo which would include some features like , showing cards, pin for cards, last transactions, etc. based on the docs we can use stripe.js to create ephemeral nonce key and elements to show pin inside Iframe but I didn't found any docs to do the same procedure in React Native app, do you guys have any solutions for that ?
Is this for Issuing? Or just regular card payments?
issuing yes
As far as I know, we only have Node and Next.js options for Issuing on the front-end. You can likely use plain React, but you would need to do a lot of custom code to make it work
there is a sample issuing and treasure app in nextjs , can we follow that ?
Can you link it here?
sure
our backend is implemented in .net, isn't it possible to develop APIs and integrate them with react native ? and for showing pin can't we use webviews ?
Yeah that's an example from us so yes, you can follow it. Not sure about react native but theoretically should be possible, since it's just server and client.
For pin not sure! would need to look at more concrete showing pin logic
ok
I have another question
If you decide to use issuingCardPinDisplay, then you must implement appropriate methods to ensure that access is limited to your authorized users. In particular, you must apply two-factor authentication (2FA) before providing access to a page using issuingCardPinDisplay. If Stripe decides that you don’t have sufficient security measures in place, we might suspend your access to this Element.
I wanna know
if we develop an ap in React Native
and show pin in it
we must implement a 2FA method
right ?
and
is it implemented by us completely ? or it has to do something with stripe , too ?
As the message says, yes you must implement 2FA and implement it yourself 🙂 Since this is you authenticate your users
oook