Set or clear a sub-account's category
PUT/account/subaccount/category
Sets or clears the free-text category on one account in the entity
(the VALR Business portfolio page). Whoever can create sub-accounts may
edit categories, so for business (RBAC) callers this requires the
treasury.sub_account.create permission (Admin role only); the target
is resolved under the entity's primary account. Send category: null
(or blank) to clear it.
Request
Responses
- 202
- 400
- 401
- 403
Category updated
Request validation failed (e.g. category too long or invalid characters)
Missing/invalid JWT or entity selection (RBAC_ENTITY_SELECTION_REQUIRED)
Caller lacks the treasury.sub_account.create permission (RBAC_PERMISSION_DENIED)