Transfer Balance

In this code snippet you will see how to transfer part (or all) of the parent account's balance to a subaccount.

Example

Ensure the following variables are set to your required values using any convenient method:

KeyDescription
VONAGE_API_KEYThe API key of the parent account.
VONAGE_API_SECRETThe API secret of the parent account.
SUBACCOUNT_KEYThe API key of the subaccount to receive the specified amount.
AMOUNTThe amount of balance to be transferred to the specified subaccount.

Write the code

Add the following to transfer-balance.sh:

View full source

Run your code

Save this file to your machine and run it:

bash transfer-balance.sh

Try it out

When you run the code you will transfer the specified amount of the parent account's balance to the specified subaccount.