2 CPM Transaction Details Query
Brief Description
- CPM Transaction Details Query
Request URL
/api/v1/cpm/payment/query
Request Method
Request Params
| parameter name | Is it mandatory | type of data | description |
| appId | mandatory | string | application APPID |
| mchOrderId | mandatory | string | Merchant's mchOrderId |
| sign | mandatory | string | sign |
Response Params
| parameter name | type of data | example | description |
| code | int | 1000 | Status Code Reference List |
| message | String | success | Status Code Information |
| data | Object | - | - |
| - transactionId | String | C1007654524064590031 | Merchant's mchOrderId |
| - channelCode | String | GCASH_CPM | ChannelCode |
| - transactionCreateTime | String | 2022-06-06 22:01:05 | Transaction create time |
| - transactionReturnTime | String | 2022-06-06 22:01:05 | Transaction complete time |
| - transactionAmount | int | 100000 | Transaction amount |
| - transactionStatus | String | COMPLETE | Transaction status |
| - remark | String | - | Remark |
Response Example