Error Handling
HTTP Status Code Summary
The following HTTP Status Codes are returned by the EasyPay API.
| Code | Description |
|---|---|
| 200 | OK. The request was processed successfully. |
| 4XX | Bad Request. The request was invalid (e.g., missing parameters, invalid format). |
| 5XX | Server 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"
}