#morteza_34604
1 messages · Page 1 of 1 (latest)
Hello 👋
Our team won't know a ton about the first two (issuing and treasury) but I can try
I need to develop an app like Pleo
so I need to get cards for a connected account
show card details
and card transactions
- does react native stripe package support them ?
- we are using react native, can I develop APIs in the backend to talk to stripe and get cards ? transactions ?
for card details I must use webview , right ?
1/ https://stripe.com/docs/issuing/elements#issuing-elements-and-native-applications
We don't support Issuing elements natively but you can use webviews for this
2/ I believe so. You would make requests to your own backend which can then use Stripe SDK and call Stripe APIs to retrieve the relevant info
https://stripe.com/docs/issuing/purchases/transactions
if I use webviews, how should I secure it ? should I pass authorization token to webview and put it in every request made inside webview ? it this right approach