Get Transactions
General Endpoints
Get Transactions
Using this endpoint you’ll have the ability to get a list of transactions with some filtering & sorting capabilities.
GET
Get Transactions
Documentation Index
Fetch the complete documentation index at: https://paydocs.dashu.sa/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The API Key of your account.
The starting date of the result.Sample:
2021-05-27 15:31:39The ending date of the result.Sample:
2021-06-28 23:59:59The current page number (used for pagination in your system)
Specifies the total items that should be return for each request (each page).
It should be a number between 1 and 50.
Response properties
A boolean value indicates the response status.
Error Codes
Here’s a list of possible error codes of this endpoint.| Code | Description |
|---|---|
| 1 | Missing or invalid api key |
| 3 | You cannot pass a number greater than 50 for the parameter itemsPerPage |
| 4 | Invalid `startDate“. |
| 5 | invalid `endDate“. |