Search transactions
Search transactions with filters (date, invoice, fee type, etc.)
Authentication
Authentication using Personal Access Token (PAT) token
Query parameters
[Optional] A pagination token used to jump to first, last, next or previous pages. When supplied, it overrides all other filter parameters.
Request
Used to filter transactions based on search criteria. Required if cursor is not provided. Ignored when cursor is present (i.e., for paginated requests).
Start date for filtering transactions by transaction charge date. Default is current – 7 days
Number of transactions to return per page (default is 100, to be entered when API is called for first time). Must be between 1 and 1000.
List of reference IDs (like Shipment ID, WRO id) to filter transactions (can be numeric or string identifiers).
To get all the available transaction fees use this endpoint:- ‘/transaction-fees’
The classification or nature of the transaction Transaction Types - Charge, Refund, Credit, Payment, BalanceAdjustment

