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.
pageNum
No
Integer
Number of pages returned.
Default value: 1.
pageSize
No
Integer
Number of items in the current page result.
Maximum value: 5000.
startTime
No
Date
Start time.
For example: 2023-08-15T09:47:01Z
.
endTime
No
Date
End time.
For example: 2023-08-15T09:47:01Z
.
3. Output Parameters
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.
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