FSDH 360 Dynamic Virtual Accounts Get a dynamic FSDH 360 account Get a dynamic FSDH 360 account
Get a dynamic FSDH 360 account
GET
https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/account
Query Parameters
Copy {
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string",
"hasExpired": true,
"expires": "2022-12-07T10:13:18.219Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": true,
"expectedAmount": "string"
}
Copy {
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "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.
Copy {
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string",
"hasExpired": true,
"expires": "2022-11-30T11:14:28.448Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": true,
"expectedAmount": "string"
}
Copy {
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}