Success Status Codes
This indicate that the request was successfully received, understood, and processed by the server.- 200 OK
The request was successful, and the server returned the requested data.
View Details
Client Errors Status Codes
These codes indicate that there was an issue with the request, such as incorrect parameters or missing information.400 Bad Request
The request could not be understood due to malformed syntax.- 400 - Account details are missing.
- 400 - Country was not found
- 400 - Niobi user not found.
- 400 - Payment method type is wrong or missing
- 400 - Your account has insufficient balance to complete this transaction. Please top up the account and try again.
- 400 - Your transaction amount exceeded the limit. Please input an amount below {amount}.
- 400 - Your transaction amount is not sufficient.
403 Forbidden
The server understood the request but refuses to authorize it.Authentication Errors Status Codes
This status cdoes are for errors related to security credentials while accessing the api endpoints.Transaction Status Codes
These codes indicate the transaction statuses returned after a transaction has been initiated.Transaction Errors
Transaction failure codes are errors that are returned by the provider when a transaction fails.- 400 - Amount Exceeds Maximum Limit
- 400 - Top Up Funds
- 400 - Invalid Payment Details
- 400 - The payment is still being processed.
- 400 - A similar payment is still being processed
- 400 - Insufficient Access Rights
- 400 - Wait for some time and try again later
- 400 - We apologise as we were not able to process your payment request.