List sub-accounts

List all sub-accounts

Endpoint

Endpoint: GET /api/me/children

This endpoint allows you to list all sub-accounts linked to an account.

List individual subaccount

Endpoint

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

This endpoint allows you to list an individual sub-account linked to an account.

Response data type

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

Key

An individual sub-account'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.