Skip to main content

Error Handling

HTTP Status Code Summary

The following HTTP Status Codes are returned by the EasyPay API.

CodeDescription
200OK. The request was processed successfully.
4XXBad Request. The request was invalid (e.g., missing parameters, invalid format).
5XXServer Error. An unexpected error occurred on the EasyPay server.

Response Format

The API-specific response code and message are returned only when the HTTP Status Code is 200. The standard response format for the EasyPay Online Payment API is as follows:

Response Body Example
{
"resCd" : "0000",
"resMsg" : "Success"
}