Comment on page
Getting Started
Follow these steps to get started with Ratio
Users will link their bank account to their Ratio account using Plaid. You must provide us with a redirect URI or Android package name.
You do not need to set up an account with Plaid since the user is connecting to Ratio directly.
Please send the redirect URI or Android package name to [email protected].
Provide a redirect URI that matches 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.