Was this helpful?
Redeem the balance code and add the transfer balance to the caller network.
/subscription/redeem-balance-code
curl -L \ --request POST \ --url 'https://api.bringyour.com/subscription/redeem-balance-code' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "transfer_balance": { "transfer_balance_id": "text", "start_time": "text", "end_time": "text", "balance_byte_count": 1 }, "error": { "message": "text" } }