⏳ Rate Limits#
To ensure fair usage and maintain optimal performance for all clients, IMB Payments enforces strict rate limits:⏱️ Limit: 60 requests per minute per client
What Happens When You Exceed Limits?#
If you exceed this threshold, the API will respond with:HTTP/1.1 429 Too Many Requests
Content-Type: application/json
{
"error": true,
"message": "Rate limit exceeded. Please try again after some time."
}
Recommendations for Handling Rate Limits#
Implement client-side queuing to manage bursts in API requests.
Use exponential backoff and retry mechanisms to prevent immediate request floods.
Monitor your usage via our dashboard and optimize your API calls.
Contact your account manager for higher volume plans or special arrangements.
🧩 Key Features of IMB Payments APIs#
| Feature | Description |
|---|
| 🔐 End-to-End Security | Encrypted credentials, HTTPS, and fraud prevention |
| ⚡ Lightning-Fast | RESTful APIs, sandbox testing, and SDKs for quick launch |
| 🧩 Modular API Suite | Use only the APIs you need; pay-as-you-go pricing |
| 📈 Proactive Monitoring | Real-time uptime and performance dashboards |
| 🛠️ Developer Support | 24/7 assistance via chat, email, and phone |
❓ Frequently Asked Questions#
📬 Support#
💬 Live Chat: Available on our dashboard
📚 Developer Community: (Link coming soon)
Tip: Stay updated with the latest features and API changes by subscribing to release notes in your dashboard.