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
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

invoiceIdintegerRequired
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.

PageSizeintegerOptionalDefaults to 100

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.

SortOrderenumOptionalDefaults to Descending

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

Allowed values:

Response

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

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error