Transfer Credit

In this code snippet you will see how to transfer credit from a parent account's credit facility 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 credit.
AMOUNTThe amount to be credited to the specified subaccount.

Write the code

Add the following to transfer-credit.sh:

View full source

Run your code

Save this file to your machine and run it:

bash transfer-credit.sh

Try it out

When you run the code you will transfer the specified amount of credit to the specified subaccount.