Dynamic accounts by collection account number
Get all assigned dynamic FSDH 360 accounts by collection account number
Get all assigned dynamic FSDH360 account by collection account number
GET
https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/assigned/collectionaccount
To retrieve all assigned dynamic accounts by collection account number the below Query parameters should be provided.
Attention should be given to parameters marked *required
.
Query Parameters
Name
Type
Description
Account number*
String
Clients account number
Skip
Int32
The number of records to skip
Take
Int32
The number of records to return
API-version
String
Version of API
[
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string",
"hasExpired": true,
"expires": "2022-12-07T10:04:07.974Z",
"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-06-08T10:15:28.746Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": true
}
]
Last updated