HTTP response codes
HTTP CodeDescription
200 OKRequest accepted for processing. Response sent in accordance with this protocol.
400 Bad Request
Request not accepted for processing. The request body is corrupted, or the server couldn’t read or parse the request.
Possible reasons:
  • The request cannot be parsed;
  • Invalid MIME type (Content-Type).
403 ForbiddenInsufficient rights to perform the operation.
404 Not FoundInvalid URI specified in the request, or the operation is not available at this time.
500 Internal Server ErrorTechnical problems on the YooMoney side.
501 Not ImplementedRequest sent by a method other than POST.
See also
Interaction format Error codes