Skip to Content
Errors & codes

Errors & codes

Response shapes

OperationJSON shape
Create (sync or async)status, response_code, response_message, data
Statusstatus, response_code, response_message, data
Liststatus, data, pagination
Wallet balancestatus, data, total
Bill validate / packagesstatus, data
Bill statusstatus, response_code, response_message, data

Transaction codes

Inside create and status responses, response_code maps to status:

response_codestatusMeaning
00successSuccessful
01failedFailed
02pendingStill processing

Failed example (status):

{ "status": "failed", "response_code": "01", "response_message": "Failed", "data": { "request_id": "req-20260517-003", "internal_reference": "019262ab-7c4d-7000-8000-000000000001" } }

HTTP status codes

StatusWhen
200Success (sync or async create, status, list, balance)
400Invalid JSON or validation error
401Missing or invalid API key / secret
403Credential cannot access this merchant or transaction
404Merchant or transaction not found
422Duplicate client_request_id or validation error
500Server error — retry with backoff
503Temporary overload — retry with backoff

Health check

GET /ext/breeze/v1/healthz

No authentication required. Use for uptime monitoring only.

Last updated on