Partner Console
The Bridge Console is your control plane for building and operating on Bridge infrastructure.
Overview
Bridge Console is the partner control plane — a unified web interface for managing your tenant, configuring your integration, and monitoring your operations on Bridge.
You don't need the Console to use the API, but it makes operating your Bridge integration significantly easier.
What You Can Do
Tenant Configuration
Every Bridge partner gets an isolated tenant with its own configuration, credentials, and data. From the Console you can:
- View your tenant ID and metadata
- Configure your branding (white-label options)
- Set jurisdiction defaults
- Enable/disable specific Bridge services for your tenant
API Key Management
Generate, scope, and rotate API keys without writing code:
- Create new keys with specific scopes (
read,write,admin) - Rotate keys with zero downtime
- Track key usage and last-used timestamps
- Revoke compromised keys instantly
Webhook Configuration
Set up real-time event notifications:
- Register webhook endpoints for production and sandbox
- Choose which events trigger webhooks
- View webhook delivery logs and retry status
- Test webhooks with sample payloads
Compliance Rules
Configure compliance behavior per tenant:
- Select KYC providers (Sumsub, Orbit, Verisys, NADRA)
- Set risk score thresholds (auto-approve / manual review / auto-deny)
- Configure jurisdiction-specific rules
- Define daily transfer limits per KYC tier
Workflow Builder
Visually design custody and settlement workflows:
- Drag-and-drop workflow components
- Configure approval thresholds and signers
- Set up multi-stage compliance pipelines
- Test workflows with mock data before deployment
Real-Time Monitoring
Operational visibility for your integration:
- Transaction logs with full request/response history
- Error tracking and alerting
- API usage metrics and rate limit monitoring
- Service health dashboards
Team Access Control
Role-based permissions for your team:
- Engineering — full API access, key management, webhooks
- Compliance — KYC review, transaction monitoring, reporting
- Operations — transaction support, customer service tools
- Read-only — dashboards and reports only
Getting Access
Partner Console access is provisioned automatically when you sign up for a paid Bridge plan. To request access:
- Sign in at console.v2.service.d.bridgeintelligence.ltd
- Use your Bridge ID credentials
- If you don't have a tenant yet, contact our team via /contact
Console URL
| Environment | URL | |------------|-----| | Production | https://console.v2.service.d.bridgeintelligence.ltd | | Sandbox | https://sandbox.console.v2.service.d.bridgeintelligence.ltd |
Console vs API
The Console and API are interchangeable for most operations:
| Action | Console | API | |--------|---------|-----| | Create API key | Yes | Yes | | Register webhook | Yes | Yes | | View transactions | Yes | Yes | | Configure compliance | Yes | Yes | | Real-time monitoring | Yes (UI) | Yes (logs) | | Workflow design | Yes (visual) | Yes (JSON) |
Use the Console for setup and operations. Use the API for programmatic integration.
Best Practices
- Use sandbox first — every action in production has a sandbox equivalent
- Set up webhooks early — easier to debug than polling
- Configure compliance per environment — sandbox can have relaxed rules
- Use team roles — don't share admin credentials
- Monitor your dashboards — set up alerts for error spikes