v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Virtual Accounts

Update Account Name

Change the name of a Virtual Account.

patch/virtual_accounts/{id}/account_name

Path parameters

idstring uuid required

Identifies a Virtual Account.

Request body

account_namestring required

A name given for a Virtual Account. This is used in CoP lookups.

Example request

{
  "account_name": "Real Estate Agency X"
}

Response

Accepted