Getting Started
All API requests require a clientID and secret. Request Sandbox credentials by emailing us at [email protected]
Users will link their bank account to Ratio using Plaid. You do not need to set up an account with Plaid, however, you do need to provide a way for us to redirect users to your application once they have linked their bank account to their Ratio user account.
Please send the redirect URI and/or Android Package Name to [email protected]
Provide a redirect URI. This value must match what you send in your
requestLink
callsProvide an Android Package Name that matches what you send in your
requestLink
calls- To install, run:
npm install --save react-native-plaid-link-sdk
- Make sure you share your Android package name with Ratio (ex
com.plaid.example
)
- Make sure you configure a Universal Link and share the redirect URL with Ratio (https://developer.apple.com/ios/universal-links/)
- To install with Cocoapods, run:
pod 'Plaid'
, see the documentation for other options.
Last modified 10h ago