---
title: "GET /transactions/deposits"
method: GET
path: "/transactions/deposits"
tags: ["transactions"]
---

# GET /transactions/deposits

`GET /transactions/deposits`

Grouped deposits report

## Query parameters

- `csv-token` string
- `date_gt` string
- `date_lt` string
- `csv` boolean
- `payment_processor_ids` string
- `booking_id` integer

## Response `200`

- DepositInfo[]
  - `amount` integer
  - `date` string
  - `processor_settlement_id` string
  - `transaction_ids` integer[] — DBIntSlice is a []int with database conversion methods

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

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