# Store Wise Deposit-Details This endpoint retrieves deposit details for stores. ### Request - Method: GET - URL: - Query Parameters: - : 604517c0-fae8-41b7-8c20-0fe4778e415c #### Request Body - Type: Raw - { "startDate": "2025-02-23", "endDate": "2025-03-26", "listingIds": \["P5441"\], "channel": \["DOORDASH"\], "payoutDates": \[\]} ### Response - Status: 200 - Content-Type: application/json #### Response Body Endpoint: GET /finance-manager/financial/deposit-details Version: 1.0.0 Security: apiKey ## Query parameters: - `clientId` (string) (required) – The common ID between Voosh and the partner, used to identify the client. Example: "604517c0-fae8-41b7-8c20-0fe4778e415c" ## Header parameters: - `access-token` (string) (required) – The unique token ID provided to the partner for authentication and secure data access. Example: "{{access-token}}" ## Request fields (application/json): - `channel` (array) Example: ["DOORDASH","UBEREATS","GRUBHUB","EZCATER"] - `endDate` (string) Example: "2025-03-26" - `listingIds` (array) Example: ["P5441","P5461","P5471","P5481","P5491","P5501","P5511","P5531","P5541","P5551","P5561","P5571","P5581","P8191"] - `payoutDates` (array) Example: [] - `startDate` (string) Example: "2025-02-23" ## Response 200 fields (application/json): - `error` (any,null) - `message` (string) Example: "Financial reconciliation Deposit details generated successfully" - `result` (object) - `status` (boolean) Example: true - `statusCode` (number) Example: 200 ## Response 400 fields (application/json): - `error` (string) Example: "Bad Request" - `message` (string) Example: "client id is required" - `status` (boolean) - `statusCode` (number) Example: 400 ## Response 401 fields (application/json): - `error` (string) Example: "Unauthorized" - `message` (string) Example: "Unauthorized, token is required" - `status` (boolean) - `statusCode` (number) Example: 401