Skip to main content

Error Handling

HTTP Status Code Summary

The following HTTP Status Codes are returned by the VAN Payment APIs.

CodeDescription
200OK: The request was processed successfully at the network/protocol level.
4XXBad Request: The request is malformed or contains invalid parameters.
5XXServer Errors: An error occurred on the EasyTalkPay server.

Response Format

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

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