Link static to collection account
Get all static FSDH 360 Accounts linked to a collection account.
Get all static FSDH 360 Accounts linked to a collection account.
GET
https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/static/collectionaccount
Query Parameters
Name
Type
Description
Account Number*
String
Account number
Skip
Int32
Skip
Take
Int32
default value: 100
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