Error Handling
HTTP Status Code Summary
The following HTTP Status Codes are returned by the VAN Payment APIs.
| Code | Description |
|---|---|
| 200 | OK: The request was processed successfully at the network/protocol level. |
| 4XX | Bad Request: The request is malformed or contains invalid parameters. |
| 5XX | Server 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",
}