Version: 2.0.0
NabooPay API v2
NabooPay Payment Gateway API - Version 2.
This API allows you to manage transactions, payouts, and accounts for your organization.
Authentication
All endpoints require Bearer token authentication using your API key.
Rate Limiting
All endpoints are rate-limited to 100 requests per 60 seconds using a sliding window algorithm. Exceeding this limit will result in a 429 Too Many Requests response.
Organization Status
Write operations (POST, DELETE) require your organization to be active. Read operations (GET) work regardless of organization status.
Authentication
- HTTP: Bearer Auth
API key authentication. Include your API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer your_api_key_here
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |