Mono-Parser
Parser
Get Started

Built for Nigerian Fintechs

Contents
Table of Contents

Error Handling

All errors follow a consistent shape with an HTTP status code and a message field.

json
{
  "statusCode": 400,
  "message":    "Cannot link accounts to an application with status: COMPLETED",
  "error":      "Bad Request"
}
StatusMeaningCommon Cause
400Bad RequestMissing required field, invalid value, or the application is in a terminal state.
401UnauthorizedMissing or invalid x-api-key header.
404Not FoundThe applicationId or applicantId does not belong to your account.
429Too Many RequestsRate limit exceeded. /initiate and /analyze are limited to 20 requests per minute.
500Internal Server ErrorUnexpected server error. Mono API key not configured, or a downstream service failure.