Check the Balance of a VCN
The API endpoint for getting the balance of VCN
Post: https://sandbox-api.cpxenterprise.com/vcn/v1/vcnTransaction/balance
Payload:
{
"id": "xxxxxxx-xxxx-xxxx-xxxx-e4d6c8f38dff"(Internal TransactionID)
}
Response:
{
"status": "Success",
"status_code": 0,
"balance": 0.42,
"currency_code": "840"
}
Updated almost 4 years ago