post
https://api.wowpe.in/api/api/api-module/payout/transaction-report
Retrieve payout transaction history along with status, payment details, beneficiary information, and tracking references.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Params:
| Name | Type | Description | Mandatory(Yyes)/ Optional(O) |
|---|---|---|---|
| clientId | String | Client Id is provided in wowpe Dashboard. | Y |
| secretKey | String | secretKey is provided in wowpe Dashboard. | Y |
| fromDate | String | From Date (YYYY/MM/DD)- Specify the start date from which payout records should be fetched. | Y |
| toDate | String | To Date (YYYY/MM/DD) - Specify the end date up to which payout records should be fetched | Y |
| pagenumber | Number | Specify the page number of the results to retrieve from the complete set of payout records. | Y |
| pageSize | Number | Specify the number of payout records to be returned per page. | Y |
A 400 Bad Request error indicates that the server cannot process the request due to a client error. This may be due to malformed request syntax, invalid request parameters, or deceptive request routing. Please refer to the error message for more details.
Example:
{"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-57d6d771f49b4d660e32b910a37fbc45-c8915d1c3717712c-00","errors":{"fromDate":["Invalid date format. Use YYYY/MM/DD."]}}
Sample Request:
{
"clientId": "40c86a1c-XXXXXXXXXXXXXXXXXXXXXXXXX",
"secretKey": "e91650d0-XXXXXXXXXXXXXXXXXXX",
"fromDate": "2026/03/01",
"toDate": "2026/06/30",
"pageNumber": 1,
"pageSize": 10
}
