Create a non-payer child account
create_child_accountCreate a non-payer child account under your agency account, returning its API credentials (accountID, clientKey, clientSecret) once. Fund the child via transfer_funds from the parent.
Instructions
Creates a non-payer child account under the configured agency account and returns {accountID, clientKey, clientSecret} — the new account's own API credentials, handed out only here, so store them immediately. Non-payer means the child cannot top up its own balance: fund it with transfer_funds from the parent. Cannot create a payer account, cannot rename or delete one, and cannot re-read the secret later. Calling it twice creates two accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shortName | Yes | Display name of the new child account, e.g. "OOO Romashka". | |
| isSelfAdvertisingEnabled | Yes | Whether the new account may run self-advertising (advertise its own goods and services). Required — state it explicitly, the API is sent this flag on every create. |