Error format

On errors, the API returns a standard JSON envelope, for example:

{
  "success": false,
  "message": "Missing api key",
  "statusCode": 0
}

Ensure you include the apiKey header in every request. docs.omypayments.com

Last updated