Skip to main content

ErrorResponse

Standard error response

codestringrequired

Machine-readable error code

Example: invalid_request_parameter
messagestringrequired

Human-readable error message

Example: Invalid date format, must be yyyy-MM-dd
numberintegerrequired

Internal error number

Example: 10028
paramstring

parameter that includes the error

Example: submerchants[0].id
ErrorResponse
{
"code": "invalid_request_parameter",
"message": "Invalid date format, must be yyyy-MM-dd",
"number": 10028,
"param": "submerchants[0].id"
}