Get transactions by invoiceid
The unique identifier of the invoice whose transactions are to be retrieved
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
invoiceId
The unique identifier of the invoice whose transactions are to be retrieved Ex:-12345.
Query parameters
Cursor
[Optional] A pagination token used to jump to first, last, next or previous pages. When supplied, it overrides all other filter parameters.
PageSize
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.
SortOrder
Sort order of the results. Valid values: Ascending or Descending (default: Descending).
Response
Success
first
Go to the first page
items
last
Go to the Last page
next
Go to the Next page
prev
Go to the Previous page

