Unassigned dynamic accounts
Get all unassigned dynamic accounts
Get all unassigned dynamic accounts
GET https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/assigned
To retrieve all unassigned dynamic accounts by collection account number the below Query parameters should be provided.
Query Parameters
Name
Type
Description
Skip
int32
The number of records to skip
Take
int32
The number of records to return
API-version
String
Version of API usually '1' or '2'
[
"string"
]{
"error": {
"code": "UnsupportedApiVersion",
"message": "The HTTP resource that matches the request URI 'http://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/assigned' does not support the API version '2'.",
"innerError": null
}
}

[
"string"
]{
"error": {
"code": "UnsupportedApiVersion",
"message": "The HTTP resource that matches the request URI 'http://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/assigned' does not support the API version '2'.",
"innerError": null
}
}Last updated