Transfer Credit to a Subaccount
Transfer API credits from your account to a subaccount.
POST
/
v1
/
subaccounts
/
{subaccount_id}
/
transfer
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the subaccount to which you want to transfer credits.
Body
This many of your API credits will be transferred to the subaccount.
The balance must be a positive integer that is at least 1, and less than your current account balance.
Response
Whether the subaccount creation succeeded.
The new balance of your account after the transfer.
The new balance of the subaccount after the transfer.