Authorizations
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.
Body
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.
List of invoice IDs to filter transactions
Filter Transactions by invoicing status:
- True(Billed Transactions)
- False(Unbilled Transactions)
- null (Billed + Unbilled Transactions)
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).
The type of reference associated with the ReferenceId. Available options:
- Shipment
- Return
- WRO
- URO
Ascending
, Descending
End date for filtering transactions by transaction charge date.
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