Payler API
Search
⌃K

Answers in case of failed requests

If the request fails, the response will contain a description of the error.
Error description parameters:
Name
Format
R/O
Description
code
N
R
Internal error code. Required when contacting technical support service
message
A
R
Description of an error occurred
Example of the response to a failed request:
{
"error": {
"code": 14,
"message": "Unable to perform the operation within the non two-step payment"
}
}