DescribeRechargeRefundHistory
1. API Description
2. Input Parameters
Parameter Name
Required
Type
Description
3. Output Parameters
Parameter Name
Type
Description
4. Code Example
POST /api/v2/zbc HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeRechargeRefundHistory
<Common Request Params>
Request:
{
"endTime": "2023-09-05T14:26:18Z",
"startTime": "2023-08-05T14:26:18Z",
"pageSize": 10,
"pageNum": 1,
"state":["PAY_SUCCESS"]
}
Response:
{
"requestId": "TB11F9883-9134-460B-AA54-7079B3DAD308",
"response": {
"requestId": "TB11F9883-9134-460B-AA54-7079B3DAD308",
"totalCount": 1,
"dataSet": [
{
"transactionType": "ORDER_REFUND",
"amount": 39.05,
"paymentMethod": "REFUND",
"state": "PAY_SUCCESS",
"transactionTime": "2023-08-15T09:47:01Z",
"accountUid": "cccbf4c0-12ab-417a-95ba-0bf8e60a55d1",
"transactionId": "10000000893685"
}
]
}
}5. Developer Resources
6. Error Codes
Last updated