Prerequisites
To get your API keys, you’ll need access to the HIFI Dashboard. Don’t have access? Schedule a call with our team.Request access
Describe your use case and schedule an intro call
API Environments
HIFI provides two environments for development and production:| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://sandbox.hifibridge.com | Testing and development with simulated transactions |
| Production | https://production.hifibridge.com | Live transactions with real money movement |
Creating API Keys
Access the API Keys Section
- Log in to the HIFI Dashboard
- Navigate to Developer → API Keys
Or go directly to: dashboard.hifibridge.com/developer/apiKeys
Select Your Environment
Choose which environment you’re creating keys for:- Sandbox - For testing and development
- Production - For live operations
Best Practice: Start with sandbox keys to build and test your integration
before moving to production.
Generate a New API Key
- Click the “Create API Key” or “New API Key” button
-
Provide a descriptive name that identifies the key’s purpose
Examples:- “Production Web App”
- “Staging Server”
- “Mobile App Development”
- “Webhook Service”
- Click “Generate” to create the key
Copy and Secure Your API Key
API keys are shown only once at creation. If you lose your key, you’ll need to
generate a new one and update your application.
- ✅ Immediately copy the API key from the dashboard
- ✅ Store it securely in your environment variables or secrets manager
- ✅ Never commit keys to version control (Git, SVN, etc.)
- ✅ Never expose keys in client-side code or public repositories
Managing API Keys
Deleting API Keys
If a key is compromised or no longer needed:- Navigate to Developer → API Keys in the dashboard
- Find the key you want to delete
- Click “Delete” or the delete icon
- Confirm the deletion
Deleted keys stop working immediately. Ensure you’ve updated your application
with a new key before deleting the old one.
Testing Your API Key
Verify your API key is working correctly with the ping endpoint:Next Steps
Now that you have your API keys set up:- Quickstart Guide - Build your first integration
- API Reference - Explore available endpoints
- Webhooks - Set up real-time event notifications
- Error Handling - Learn how to handle API errors gracefully
Getting Help
Having trouble with authentication?- ✅ Verify your API key is active in the dashboard
- ✅ Check the header format:
Authorization: Bearer YOUR_KEY - ✅ Ensure you’re using the correct environment endpoint
- 📧 Email: support@hifibridge.com
- 💬 Slack: Message us in our shared Slack channel