Skip to content
Last updated

Requests to our APIs can result in several different types of error responses. A list of error messages, along with their correspinding example, is provided in the following description.

Error Responses

An API request that fails tipically results in the following error response:

{
  "error_type": "PAYEE_ID_INVALID",
  "error_message": "Payee ID Invalid"
}
  • error_type: The type of error.
  • error_message: Error description in human-readable form.
ERROR TYPEERROR MESSAGEKIND OF ERROR
INVALID_REQUESTWe can't process your requestOperative
INTERNAL_ERRORThere was an error while processing your requestOperative
PAYEE_ID_INVALIDPayee ID InvalidOperative
PAYEE_SERVICE_UNAVAILABLEPayee service is not available at this time, retry in 5 minutesOperative
PAYER_ACCOUNT_INVALIDInvalid payer accountOperative
PAYER_ACCOUNT_NOT_FOUNDPayer account not found for the PayeeOperative
CANNOT_FULFILL_REQUESTWe cannot currently fulfill requests for this PayeeIntegration
AMOUNT_INSUFFICIENTThe Payee minimum amount was not metOperative
AMOUNT_FORMAT_INVALIDThe amount format is incorrectOperative
TOPUP_AMOUNT_NOT_AVAILABLEThe Topup amount is not availableIntegration
CURRENCY_INVALIDThe Payee does not accept this currencyOperative
PAYEE_TIMEOUTPayee service is not responding at this timeIntegration
PAYEE_CONNECTION_ERRORError with the Payee connectionIntegration
UPLOAD_FILE_S3_FAILEDThe file upload to s3 bucket failedOperative