Get BVN verification fee quote (Open Banking v2)
Retrieve the fee quote for BVN verification
X-API-Key<token>
In: header
Query Parameters
appIdstring
Application ID
Format
uuidcurrencystring
Currency code
Value in
"NGN" | "USD" | "EUR" | "GBP"Header Parameters
X-API-Keystring
API key for the application
X-App-Idstring
UUID of the application
Format
uuidResponse Body
curl -X GET "https://virtual-accounts-api.vantacrest.com/company/v1/open-banking/v2/fees/bvn?appId=497f6eca-6276-4993-bfeb-53cbbbba6f08¤cy=NGN" \ -H "X-API-Key: string" \ -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"feature": "GET_BALANCE",
"amount": 0,
"currency": "string"
}
}{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z"
}
OPEN BANKING DOCS