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"
}

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"
}
Last updated