Response Format
The standard response format for VAN Payment APIs varies by service as shown below.
- EasyTalkPay
- Simple Payment Only
Response Body Example
{
"resCd" : "0000",
"resMsg" : "Success",
}
Response Fields
| Field Name | Type | Required | Description |
|---|---|---|---|
| resCd | String | ✅ | Response Code |
| resMsg | String | ✅ | Response Message |
Response Body Example
{
"respCd" : "0000",
"respMsg" : "Success",
}
Response Fields
| Field Name | Type | Required | Description |
|---|---|---|---|
| respCd | String | ✅ | Response Code |
| respMsg | String | ✅ | Response Message |
Response Codes
| Code Value | Type | Description |
|---|---|---|
| 0000 | String | Success |
| XXXX | String | Reason for payment failure (Any value other than '0000') |