Create sub-account
Create a new sub-account
Endpoint
Endpoint: POST /api/me/children
This endpoint allows you to create a new sub-account, subordinate to your main account.
Request Data Type
{ "Name": "string" }
Name
The account's label. For example, department name or other name that alludes to the purpose of the account.
Response data type
{ "Key": "string", "Parent": "string", "Type": "string", "Balance": 0.0, "Currency": "string", "ID": "string", "Name" : "string" }
Key
A subaccount's API key.
Parents
A subaccount's parent account.
Type
A subaccount's account type.
Balance
A 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 sub-account's currency.
ID
A subaccount's ID, consists of the prefix ip1- followed by a number of numbers.
Name
A sub-account's label. For example, department or reference to the purpose of the account.