Get a dynamic FSDH 360 account
Get a dynamic FSDH 360 account
Get a dynamic FSDH 360 account
GET
https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/account
Query Parameters
Name
Type
Description
Account Number*
String
Clients account number
API-version
String
Version of API
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string",
"hasExpired": true,
"expires": "2022-12-07T10:13:18.219Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": true,
"expectedAmount": "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-11-30T11:14:28.448Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": true,
"expectedAmount": "string"
}
Last updated