Quickstart
This guide walks you through everything you need to start making API requests with Monirates — from creating your account to sending your first request.Step 1: Create Your Account
Visit the Monirates business portal based on your environment:| Environment | Portal URL |
|---|---|
| Production | business.monirates.com |
| Sandbox | dev.business.monirates.com |
Step 2: Generate Your API Key
Once logged in:- Navigate to the Developer section of your dashboard.
- Create or copy your API key.
- Store it securely — never commit it to version control.
Step 3: Set Your Webhook URL
Still in the Developer section of your dashboard, set your Webhook URL. Monirates will send real-time event notifications to this endpoint for transaction updates, payment status changes, and more.Step 4: Make Your First Request
Use your API key to authenticate requests by passing it in thex-api-key header.
Environments at a Glance
| Sandbox | Production | |
|---|---|---|
| Base URL | https://dev.interface.monirates.com | https://interface.monirates.com |
| Portal | dev.business.monirates.com | business.monirates.com |
| Transactions | Simulated — no real money | Live — real money movement |
Next Steps
Authentication
Deep dive into how API key authentication works.
Sandbox
Learn about the sandbox environment for safe testing.

