Troubleshooting
Client Errors
This section describes a list of errors caused by issues in the client’s request, such as invalid data, missing fields, or insufficient permissions.
Error Code | Error Message | Action Required |
---|---|---|
400 | Account details are missing. | Account details for the payment method are missing. Ensure that you have provided the necessary account details for the specified payment method. |
400 | Country was not found | The country id used is incorrect or missing. Make sure you are using the correct country id as listed in the supported countries section |
400 | Niobi user not found. | User or api credentials do not exist. Ensure the integration being used is active and that a valid user linked to it. |
400 | Payment method type is wrong or missing | The payment method in the API request is invalid or missing. Make sure you are using one of the supported payment methods found in the collections or disbursements page |
400 | Your account has insufficient balance to complete this transaction. Please top up the account and try again. | There are insufficient funds in your currency wallet. Top up your account to complete the transaction. |
400 | Your transaction amount exceeded the limit. Please input an amount below {amount}. | The transaction limit has been exceeded. Reduce the transaction amount to a value below the maximum limit as listed here |
400 | Your transaction amount is not sufficient. | The transaction amount is lower than the minium transacion limit. Ensure the amount is above the minimum limit supported by a specific country or payment method as listed here |
403 | Client id not matched | The client ID is incorrect. Ensure you are using the correct client key for the integration, which is generated when creating API credentials. Please refer to API Credentials Section for more information on generating credentials. |
403 | Entity integration record not found | The integration name is invalid. Verify that the sender value used in signing the request matches the API integration title created. Please refer to API Credentials Section for more information on generating credentials. |