Update account details
PATCH/account
Update the account's general and invoicing details.
billing_country is guarded. An Israeli account cannot be moved: the country
already determined the VAT on invoices that have been issued. Attempting it
answers 400 with code: country_locked. billing_country_locked on the GET
tells you in advance.
Invoice fields — business_tax_id, business_address, business_city,
business_contact_name — are audited separately from the rest, because they are
printed on legal documents.
Request
Responses
- 200
- 400
- 401
- 403
The updated account.
Response Headers
Correlation id for this request. Quote it when reporting a problem.
The request was malformed, or a parameter was rejected.
Response Headers
Correlation id for this request. Quote it when reporting a problem.
No token, an expired token, or a credential that has been revoked.
Response Headers
Correlation id for this request. Quote it when reporting a problem.
Refused. Either the credential does not hold the scope this endpoint needs (code: insufficient_scope), or the account's IP allow-list does not include the calling address (code: ip_not_allowed).
Response Headers
Correlation id for this request. Quote it when reporting a problem.