Skip to main content
PUT

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique ID of the collection account to update. 24 characters, starting with cva_ (virtual account) or cwa_ (wallet).

Body

application/json
metadata
object

Set of key-value pairs to attach to the collection account object.

alias
string

Nickname for the account.

action
enum<string>

State transition to perform. Omit to update alias and metadata only. When supplied, a disablement or re-enablement request is created and processed asynchronously.

Available options:
disable,
reenable
reason
string

Reason recorded against the state transition. Applies only when action is supplied. Surfaced as disablement_reason on the resulting request object.

Response

200 - application/json

Collection account updated successfully.

status
string
message
string
data
object