logoOPEN BANKING DOCS

Get account opening fee quote (Open Banking v2)

Retrieve the fee quote for virtual account opening

GET
/open-banking/v2/fees/account-open
X-API-Key<token>

In: header

Query Parameters

appIdstring

Application ID

Formatuuid
currencystring

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

Formatuuid

Response Body

curl -X GET "https://virtual-accounts-api.vantacrest.com/company/v1/open-banking/v2/fees/account-open?appId=497f6eca-6276-4993-bfeb-53cbbbba6f08&currency=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"
}