Get the list of all receipts accessible to user. Can be paginated and/or filtered by receipt state

Params

Param name Description
archived_after
optional

Return only receipts accounted on and after the supplied date. Date format: YYYYMMDD (example: 20180702)

Validations:

  • Must be a String

page
optional

Return only one page of receipts. Default per-page is 10

Validations:

  • Must be a Integer

per_page
optional

Number of receipts returned per page. Works only in combination with “page” param. Default value is 10

Validations:

  • Must be a Integer

state
optional

Validations:

  • Must be one of: draft, reviewing, unapproved, queue, accounting.