This guide shows you how to register your own app with Mercury to obtain your OAuth credentials (client ID & secret). These are required to let your users grant your app access to their Mercury account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request OAuth access
- Submit Mercury’s integration request form with:
- Your company name and website.
- Company address.
- A short description of your company.
- Details about the product you plan to integrate with Mercury.
- How you plan to use Mercury’s API.
- Mercury will review your request. Approval timelines vary; they may ask for additional information. Approval depends on security, use case fit, and regulatory considerations.
Provide technical setup (after approval)
When your integration is approved, provide Mercury with:
- Redirect URI:
https://api.nango.dev/oauth/callback. - Links to your app’s terms of service, privacy policy, and logo.
- Your GPG public key so Mercury can securely send your client credentials.
Receive credentials
Mercury will create your OAuth2 client and securely share:
- Client ID and Client secret.
- Credentials for a test client that can be used with Mercury sandbox. Save these; you will need them when configuring the Mercury integration in Nango.
Next
Follow the Quickstart.