update_account
Update account billing and contact details such as name, address, email, and tax ID. Only provided fields are changed; login email remains unaffected.
Instructions
Update the account's billing / contact profile. Requires scope account:write. Plain write — not gated. Every field is optional; only the fields you pass are changed. firstName/lastName (max 64), companyName (max 128), address (max 128), city (max 64), postcode (max 16), country (2-letter ISO code), phone (max 32), taxId/VAT (max 32), language (en|ro), and email (the billing/contact email — the login email is NOT changed here). Note: the account currency is NOT settable via this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City. | |
| No | Billing / contact email (not the login email). | ||
| phone | No | Phone number. | |
| taxId | No | Tax / VAT identification number. | |
| address | No | Street address. | |
| country | No | 2-letter ISO country code. | |
| language | No | Preferred language. | |
| lastName | No | Family name. | |
| postcode | No | Postal / ZIP code. | |
| firstName | No | Given name. | |
| companyName | No | Company / organisation name. |