Get a static account
Get a static FSDH 360 account
Get a static FSDH 360 account
GET https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/static/account
To get a static FSDH 360 account the below parameters should be provided.
Attention should be given to parameters marked *required.
Query Parameters
Name
Type
Description
Account Number *
String
Account number
API-version
String
The version of API
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string"
}{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.4",
"title": "Not Found",
"status": 404,
"traceId": "00-073313e78a893b4093d13dc6b5dfee63-00c9cf1e56e09f40-00"
}
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"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}Last updated