Get Transactions by Invoice ID

View as Markdown
The unique identifier of the invoice whose transactions are to be retrieved

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

invoiceIdstringRequiredformat: "int32"
The unique identifier of the invoice whose transactions are to be retrieved.

Query parameters

CursorstringOptional

[Optional] A pagination token used to jump to first, last, next or previous pages. When supplied, it overrides all other filter parameters.

PageSizeintegerOptional

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.

SortOrderstringOptional

Sort order of the results. Valid values: Ascending or Descending (default: Descending).

Response

Success
firststring or null
Go to the first page
itemslist of objects or null
laststring or null
Go to the Last page
nextstring or null
Go to the Next page
prevstring or null
Go to the Previous page

Errors