# Linked Accounts

Linked accounts represent bank accounts that the buyer has with other banks. Once set up, they are used to fund payment runs.

 - [GET /v1/linked_accounts](https://api.weavr.io/products/payment-run/openapi/linked-accounts/getlinkedaccounts.md): Retrieves the linked accounts belonging to the buyer that the logged-in user belongs to. Required user role: `CONTROLLER`
 - [GET /v1/linked_accounts/{linked_account_id}](https://api.weavr.io/products/payment-run/openapi/linked-accounts/getlinkedaccountsid.md): Retrieves a linked account of the buyer that the logged-in user belongs to. Required user role: `CONTROLLER`
 - [PATCH /v1/linked_accounts/{linked_account_id}](https://api.weavr.io/products/payment-run/openapi/linked-accounts/patchlinkedaccountsid.md): Updates properties of a linked account such as friendly name. Required user role: `CONTROLLER`
 - [POST /v1/linked_accounts/{linked_account_id}/unlink](https://api.weavr.io/products/payment-run/openapi/linked-accounts/unlinklinkedaccountsid.md): Unlinks a linked account identified by the `linked_account_id`. This action is not reversible and if the buyer wants to use this linked account again to fund payment runs, they will have to re-link th
