Skip to main content

Update an existing Account.

PATCH 

/accounts/:id

Update an existing Account.

Request

Path Parameters

    id uuidrequired

Body

required

Partial Account, only containing the fields that should be updated.

    account

    object

    oneOf

    Only some properties of SharedSavings accounts can be updated after creation. In order to update the balance on the account, create a transaction instead.

    externalId string

    Optional, external reference for this account. When provided, this field will help in preventing duplicate accounts.

Responses

The updated account.

Schema

    account

    object

    oneOf

    type stringrequired

    Possible values: [SharedSavings]

    id uuidrequired
    externalId string

    Optional, external reference for this account.

    user

    object

    required

    type stringrequired
    id stringrequired
    externalId string
    balanceCents account.BalanceCents (integer)

    Default value: 0

    The total worth of all assets, in cents or the smallest currency subunit.

Loading...