Get static FSDH 360 accounts
Get all static FSDH 360 Accounts
Get all static FSDH 360 accounts
GET
https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/static
Query Parameters
Name
Type
Description
Skip
Int32
Take
Int32
API-version
String


https://api-fsdh360.fsdhgroup.com/api/v1/virtualaccounts/static?take=100
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