#jpsingh345

1 messages · Page 1 of 1 (latest)

timber matrixBOT
kind crypt
#

hi! can you clarify the question a little? what's a "React app" specifically, what specific part of the API, what problem did you run into?

silk cloak
#

Actually, I just want to use some of the APIs from Stripe like fetching the customer cards, etc. So I have created a FrontEnd App using ReactJS.

jovial lotus
#

you will need to create a backend api

silk cloak
#

So its not possible on Front End just like we have this feature in Android

jovial lotus
#

using a library like axios or fetch etc

silk cloak
#

hmm... So is there any javascript library which i can use instead of calling Fetch or axios?

jovial lotus
#

axios is a library already

silk cloak
#

i don't think so @stripe/react-stripe-js this library can full fill my requirement

#

No I am asking Is there any stripe javascript library which i can use to fetch the customer credit card list?

jovial lotus
#

not sure, not even sure if you can see credit card data, if you can that's a big problem

silk cloak
#

Yeah actually we can see the last four digit of the credit card only, not full details, so we can display the user.

#

Ok Thanks @jovial lotus , so we have only one way that's using fetch or Axios right now

jovial lotus
kind crypt