Retrieves all transactions associated with a specific invoice ID
Authentication using Personal Access Token (PAT) token
The unique identifier of the invoice whose transactions are to be retrieved.
Optional cursor for paginated results.It is a random string to go to subsequest pages provided in first/prev/next/last column. If provided, pagination is based on the cursor and other filters are ignored.
Number of transactions to return per page (default: 100). Must be between 1 and 100,000.
Sort order of the results. Valid values: Ascending or Descending (default: Descending).
Success
The response is of type object
.