Update subaccount

Update an individual sub-account

Endpoint

Endpoint: PUT /api/me/children/{child}

This endpoint allows you to update an individual subaccount associated with an account.

Call data type

{ "ID": "string", "Name": "string" }

ID

An individual sub-account's unique account ID

Name

An individual sub-account's label or name.

Response data type

{ "Key": "string", "Parent": "string", "Type": "string", "Balance": 0.0, "Currency": "string", "ID": "string", "Name" : "string" }

Key

An individual subaccount's API key.

Parents

An individual sub-account's parent account.

Type

An individual subaccount's account type.

Balance

An individual sub-account's balance level. Can consist of a negative number or positive number depending on the payment model linked to the account.

Currency

A single sub-account's currency.

ID

An individual sub-account's ID, consists of the prefix ip1- followed by a number of numbers.

Name

Labeling of an individual sub-account. For example, department or reference to the purpose of the account.