Skip to main content

PaysafeCash Error

codestringrequired

Machine-readable error code.

Example: invalid_request_parameter
messagestringrequired

Human-readable error description.

Example: must contain 1-10 digits, followed by a decimal separator '.' followed by 2 digits
numberintegerrequired

Numeric error identifier.

Example: 10028
paramstring

Request parameter associated with the error, if applicable.

Example: amount
PaysafeCash Error
{
"code": "invalid_request_parameter",
"message": "must contain 1-10 digits, followed by a decimal separator '.' followed by 2 digits",
"number": 10028,
"param": "amount"
}