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
Query Parameters
Name
Type
Description
[
{
"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"
}
]{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occurred.",
"status": 400,
"traceId": "00-f881b56e1be43847a304a72bc5addf53-adfaa7d7f33cfd4d-00",
"errors": {
"AccountNumber": [
"Account number should be 10 digits long"
]
}
}

Response Body
Last updated