Retrieve the transactions records within the given date range.
Transaction Status
List All Transactions
This GET API is used to retrieve transactions records based on the provided date range with pagination support.
GET
Retrieve the transactions records within the given date range.
Documentation Index
Fetch the complete documentation index at: https://docs.omnispay.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve Transactions by Date Range
This endpoint fetches transaction records within a given date range, with pagination support.Path Parameters
-
fromDate (string, required):
The starting date (inclusive) for the date range filter.
Format:yyyy-MM-dd HH:mm:ss- Example:
2025-01-01 00:00:00 - The API will retrieve all transaction records created on or after this date.
- Example:
-
toDate (string, required):
The ending date (inclusive) for the date range filter.
Format:yyyy-MM-dd HH:mm:ss- Example:
2025-01-31 23:59:59 - The API will retrieve all transaction records created on or before this date.
- Example:
If you specify a fromDate of
2025-01-01 00:00:00 and a toDate of 2025-01-31 23:59:59, the API will return all transaction records that were created within this date range. The results will be paginated based on the provided query parameters.
Query Parameters
- page (integer, optional, default: 0): The page number to fetch.
- size (integer, optional, default: 10): The number of records per page.
Request Headers
- User-Agent (string, optional): The User-Agent header, which is not mandatory.
Example Request
Authorizations
Path Parameters
Start date in format yyyy-MM-dd HH:mm:ss
End date in format yyyy-MM-dd HH:mm:ss
Query Parameters
Page number for pagination (default: 0)
Number of records per page (default: 10)

