Skip to main content
GET
/
api
/
v1
/
balance
/
{currency}
cURL
curl --request GET \
  --url https://api.novacpayment.com/api/v1/balance/{currency} \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "message": "Balance Fetched Successfully",
  "data": {
    "currency": "NGN",
    "balance": 0
  }
}

Authorizations

Authorization
string
header
required

Input your Bearer token in this format - Bearer {your token here} to access this API

Path Parameters

currency
string
required

Response

OK

success
boolean
message
string | null
data
unknown