HTTP response codes
This is an old version of the API. Switch to the YooMoney API.
HTTP Code | Description |
---|---|
200 OK | Request 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:
|
403 Forbidden | Insufficient rights to perform the operation. |
404 Not Found | Invalid URI specified in the request, or the operation is not available at this time. |
500 Internal Server Error | Technical problems on the YooMoney side. |
501 Not Implemented | Request sent by a method other than POST. |