Link static accounts to BVN

Get all static FSDH 360 Accounts linked to a BVN

Get all static FSDH 360 Accounts linked to a BVN

GET https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/static/bvn

To get a static FSDH 360 account linked to a BVN, the below parameters should be provided.

Attention should be given to parameters marked *required.

Query Parameters

Name
Type
Description

BVN*

String

Bank verification number

API-version

String

The version of API

[
  {
    "accountNumber": "string",
    "accountName": "string",
    "collectionAccountNumber": "string",
    "bvn": "string",
    "accountType": 1,
    "accountCurrency": "string"
  }
Curl and Request URL
Server Response
[
  {
    "accountNumber": "string",
    "accountName": "string",
    "collectionAccountNumber": "string",
    "bvn": "string",
    "accountType": 1,
    "accountCurrency": "string"
  }
]

Last updated