DescribeRechargeRefundHistory
1. API Description
This API is used to query recharge and refund history.
2. Input Parameters
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
pageNum | No | Integer | Number of pages returned. Default value: 1. |
pageSize | No | Integer | Number of items in the current page result. Maximum value: 5000. |
state | No | Array of RechargeState | Recharge type. |
startTime | No | Date | Start time. For example: |
endTime | No | Date | End time. For example: |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
requestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
totalCount | Integer | Number of recharges and refunds meeting the filtering conditions. |
dataSet | Array of RechargeRefundHistory | Information on recharges and refunds. |
4. Code Example
Query recharge and refund history.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
No error codes related to the API business logic. For other error codes, see Common Error Codes.
Last updated