Dynamic accounts by BVN
Get all assigned dynamic FSDH 360 accounts by BVN
Get all assigned dynamic FSDH 360 accounts by BVN
GET https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/assigned/bvn
To retrieve dynamic account details by BVN the below query parameters should be provided.
Attention should be given to parameters marked *required.
Query Parameters
Name
Type
Description
BVN*
String
Clients BVN
Skip
String
The number of records to skip
Take
String
The number of records to return
API-version
String
Version of API
[
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string",
"hasExpired": true,
"expires": "2022-12-07T10:12:48.440Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": true,
"expectedAmount": "string"
}
]

{
"BVN": "string"
}Response body
Inputting the correct parameters should give you a 200: Success response which will populate the below Success details. Also specified are possible responses from the request.
[
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string",
"hasExpired": true,
"expires": "2022-06-07T11:17:57.983Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": true
}
]{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occurred.",
"status": 400,
"traceId": "00-5882c7f4999c0146881de12d515bf169-8cfd66e28b1f9940-00",
"errors": {
"BVN": [
"BVN should be 11 digits long"
]
}
}Last updated