plaid / react-plaid-link

React bindings for Plaid Link
https://plaid.github.io/react-plaid-link
MIT License
270 stars 151 forks source link

Endpoint setup for plaid in react native #347

Open dfvalenciaviamericas opened 4 months ago

dfvalenciaviamericas commented 4 months ago

I am using plaid in react native using this repo as example. Now i need to setup the right endpoint to advance. Can you help me with this. (Which endpoint use)

image
phoenixy1 commented 4 months ago

The endpoint being called here will be an API endpoint that exists on your backend server, not a Plaid endpoint. It is not allowed to call Plaid API endpoints directly from the frontend.