Response Format
The standard response format for the Global Payment API is as follows.
Response Body Example
{
"resCd" : "0000",
"resMsg" : "Success"
}
Response Fields
| Field Name | Type | Required | Description |
|---|---|---|---|
| resCd | string | ✅ | Response Code |
| resMsg | string | ✅ | Response Message |
Response Codes
| Code Value | Type | Description |
|---|---|---|
| 0000 | String | Success |
| XXXX | String | Failure Reason (Excluding '0000') |