Create Partner Dashboard Account
Set up your OZZOBiT partner account to access API keys and manage integrations
Before you can integrate OZZOBiT into your application, you need to create a partner account on the OZZOBiT Dashboard. This gives you access to API keys, configuration options, transaction analytics, and support resources.
Visit the Partner Dashboard
Navigate to OZZOBiT.com/dashboard and click the "Sign Up" or "Get Started" button.
OZZOBiT.com/dashboard
Create Your Account
Fill in the registration form with your details:
- Business Email: Use a professional email address (avoid personal Gmail/Outlook if possible)
- Full Name: Your legal name or business representative name
- Company Name: The legal entity name that will be contracting with OZZOBiT
- Website URL: Your company or product website
- Password: Create a strong password with at least 12 characters
Verify Your Email
After registration, check your inbox for a verification email from OZZOBiT. Click the verification link to activate your account. If you don't see it within a few minutes, check your spam folder.
Look for an email from noreply@OZZOBiT.com with subject "Verify your OZZOBiT account"
Complete Your Profile
Once verified, log in and complete your partner profile:
- Add your business details (company registration number, address)
- Select your integration type (Web, Mobile, API)
- Choose which products you want to integrate (On-Ramp, Off-Ramp, NFT Checkout)
- Set your preferred settlement currency and bank details
Generate API Keys
Navigate to Settings → API Keys in the dashboard to generate your API credentials:
- Public API Key: Used in widget URLs and client-side SDK initialization. Safe to expose in frontend code.
- Secret API Key: Used for server-to-server Whitelabel API calls. Never expose this key in client-side code.
Your Secret API Key should only be used on your backend server. Never commit it to version control or include it in mobile/web client code.
Configure Your Environment
Before going live, configure these settings in your dashboard:
- Sandbox Mode: Enable sandbox mode for testing with fake transactions
- Webhook URLs: Add your webhook endpoint(s) for receiving event notifications
- IP Whitelist: Add your server IPs for Whitelabel API access
- Domain Allowlist: Restrict widget usage to approved domains
- KYC Settings: Configure KYC levels and requirements for your users
What's Next?
With your account set up, you can now:
- Start testing with Sandbox Credentials
- Explore Query Parameters to customize the widget
- Follow an Integration Guide for your platform
- Read our Partner FAQs for common questions