Pending merchant codes collection account
GET "https://api-fsdh360-test.fsdhgroup.com/api/MerchantCodes/merchant/collectionAccount/pending"
Query Parameters
Name
Type
Description
PageSize
int 32
The number of records per page
PageNumber
int 32
The page number to retrieve
Search
String
The search query string
StartDate
String
The start date for filtering records
EndDate
String
The end date for filtering records
api-version
String
API version is '1'
{
"data": [
{
"id": 40,
"merchantId": 1003,
"merchantName": "Dami 512",
"accountNumber": "1000087712",
"accountName": "MICHAEL DAMILOLA ODUNBAKU",
"requesterName": "Ifeanyi Ndu",
"apiCaller": "ifeanyi",
"requestedDate": "2023-06-22T06:15:42.9261896",
"isRejected": false,
"rejectedby": "",
"rejectedDate": null,
"authorizerName": "",
"isApproved": false,
"authorizationDate": null,
"lastModifiedDate": null,
"lastModifiedBy": null,
"comment": "Created By:IFEANYI NDU,\r\nDate: Thu, 22 Jun 2023",
"deletedBy": null,
"isDeleted": null
},
{
"id": 39,
"merchantId": 4015,
"merchantName": "test merchant444",
"accountNumber": "1000087561",
"accountName": "OBINNA KINGSLEY ONYEMIZE",
"requesterName": "Segun Aiyegbiroju",
"apiCaller": "Fsdh360-admin-test",
"requestedDate": "2023-06-20T16:29:10.0119739",
"isRejected": false,
"rejectedby": "",
"rejectedDate": null,
"authorizerName": "",
"isApproved": false,
"authorizationDate": null,
"lastModifiedDate": null,
"lastModifiedBy": null,
"comment": "Created By:SEGUN AIYEGBIROJU,\r\nDate: Tue, 20 Jun 2023",
"deletedBy": null,
"isDeleted": null
},
{
"id": 37,
"merchantId": 1004,
"merchantName": "wave",
"accountNumber": "1000111587",
"accountName": "IFEANYI ROSS NDU",
"requesterName": "Ifeanyi Ndu",
"apiCaller": "ifeanyi",
"requestedDate": "2023-06-14T10:51:49.6463817",
"isRejected": false,
"rejectedby": "tester",
"rejectedDate": null,
"authorizerName": "",
"isApproved": false,
"authorizationDate": null,
"lastModifiedDate": "2023-06-14T20:55:25.5724423",
"lastModifiedBy": "Ifeanyi Ndu",
"comment": "Modified By:IFEANYI NDU,\r\nDate: Wed, 14 Jun 2023\r\nRejected By:TESTER,\r\nDate:Wed 14, Jun 2023 08:52 PM\r\nReason:all\r\nCreated By:IFEANYI NDU,\r\nDate: Wed, 14 Jun 2023",
"deletedBy": null,
"isDeleted": false
},
],
"paging": {
"pageSize": 50,
"pageNumber": 1,
"currentPage": 1,
"totalCount": 18,
"pageCount": 1
}
}
Last updated