---
title: "Retrieves history of unexpected deposits"
method: GET
path: "/superuser/unexpected-deposits"
tags: ["Others"]
---

# Retrieves history of unexpected deposits

`GET /superuser/unexpected-deposits`

Get user's unexpected deposits

## Query parameters

- `page` integer
- `pageSize` integer
- `taxId` string
- `id` string
- `referenceLabel` string

## Response `200`

Unexpected deposits retrieved

- UnexpectedDepositHistoryOutput
  - `unexpectedDeposits` UnexpectedDepositLog[]
    - `id` string, uuid
    - `workspaceId` string
    - `depositId` string
    - `name` string
    - `taxId` string
    - `bankCode` string
    - `branchCode` string
    - `accountNumber` string
    - `accountType` string
    - `amount` integer
    - `type` string
    - `status` string
    - `createdAt` string, date-time
    - `reason` string
    - `chargedBackAmount` integer

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

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