Skip to content

Reference: Payees

A payee is who a transaction was paid to or received from. This group covers listing, reading, and renaming payees, plus the GPS locations the YNAB mobile app records for some of them (list_payee_locations, get_payee_location, payee_locations) — those are read-only; nothing here can set a location, only read what the app already recorded.

Create a payee.

Parameters

Name Type Required Description
budget_id string Budget id or alias (“last-used”, “default”). Defaults to YNAB_BUDGET_ID.
name string

YNAB API

Get one payee by id.

Parameters

Name Type Required Description
budget_id string Budget id or alias (“last-used”, “default”). Defaults to YNAB_BUDGET_ID.
payee_id string

YNAB API

Get one payee location by id.

Parameters

Name Type Required Description
budget_id string Budget id or alias (“last-used”, “default”). Defaults to YNAB_BUDGET_ID.
payee_location_id string

YNAB API

List all payee GPS locations (set by the YNAB mobile app).

Parameters

Name Type Required Description
budget_id string Budget id or alias (“last-used”, “default”). Defaults to YNAB_BUDGET_ID.

YNAB API

List payees in a budget.

Parameters

Name Type Required Description
budget_id string Budget id or alias (“last-used”, “default”). Defaults to YNAB_BUDGET_ID.
last_knowledge_of_server number

YNAB API

List the GPS locations recorded for one payee.

Parameters

Name Type Required Description
budget_id string Budget id or alias (“last-used”, “default”). Defaults to YNAB_BUDGET_ID.
payee_id string

YNAB API

Rename a payee.

Parameters

Name Type Required Description
budget_id string Budget id or alias (“last-used”, “default”). Defaults to YNAB_BUDGET_ID.
payee_id string
name string

YNAB API