v3

latestOpenAPI 3.1.12026-08-044496132.1 KB
Transactions

Get payee transactions

Returns all transactions for a specified payee, excluding any pending transactions

get/plans/{plan_id}/payees/{payee_id}/transactions

Path parameters

plan_idstring required

The id of the plan. "last-used" can be used to specify the last used plan and "default" can be used if default plan selection is enabled (see: https://api.ynab.com/#oauth-default-plan).

payee_idstring required

The id of the payee

Query parameters

since_datestring date

If specified, only transactions on or after this date will be included. The date should be ISO formatted (e.g. 2016-12-30). Defaults to one year ago when not specified.

until_datestring date

If specified, only transactions on or before this date will be included. The date should be ISO formatted (e.g. 2016-12-30).

type'uncategorized' | 'unapproved'

If specified, only transactions of the specified type will be included. "uncategorized" and "unapproved" are currently supported.

last_knowledge_of_serverinteger

The starting server knowledge. If provided, only entities that have changed since last_knowledge_of_server will be included.

Response

The list of requested transactions