---
title: "Store Wise Deposit-Details"
method: GET
path: "/finance-manager/financial/deposit-details"
tags: ["Financial Reconciliation API"]
---

# Store Wise Deposit-Details

`GET /finance-manager/financial/deposit-details`

This endpoint retrieves deposit details for stores.

### Request

- Method: GET
    
- URL: `{{base-url}}/finance-manager/financial/deposit-details`
    
- Query Parameters:
    
    - `clientId`: 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

``` json
{
  "status": true,
  "statusCode": 0,
  "message": "",
  "result": {
    "result": [
      {
        "storeId": "",
        "channel": [""],
        "startDate": "",
        "endDate": "",
        "netPayout": 0,
        "payouts": [
          {
            "storeId": "",
            "payoutId": null,
            "channel": "",
            "startDate": "",
            "endDate": "",
            "payoutDate": "",
            "netPayout": 0
          }
        ]
      }
    ]
  },
  "error": null
}

 ```

## Query parameters

- `clientId` string

## Headers

- `access-token` string

## Request body

- object
  - `channel` string[]
  - `endDate` string
  - `listingIds` string[]
  - `payoutDates` unknown[]
    - unknown
  - `startDate` string

## Response `200`

200

- object
  - `error` unknown
  - `message` string
  - `result` object
    - `result` object[]
      - `channel` string[]
      - `endDate` string
      - `netPayout` number
      - `payouts` object[]
        - `channel` string
        - `endDate` string
        - `netPayout` number
        - `payoutDate` string
        - `payoutId` string, nullable
        - `startDate` string
        - `storeId` string
      - `startDate` string
      - `storeId` string
  - `status` boolean
  - `statusCode` number

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/voosh/apis/voosh-api-documentation.md) · [All operations](https://skmtc.net/voosh/apis/voosh-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voosh/voosh-api-documentation/revisions/d53ba6056960/schema)
