---
title: "Retrieve a deposit"
method: GET
path: "/accounts/{account_id}/deposits/{deposit_id}"
tags: ["payments"]
---

# Retrieve a deposit

`GET /accounts/{account_id}/deposits/{deposit_id}`

Retrieve a deposit by ID.

## Path parameters

- `account_id` string, required
- `deposit_id` string, required

## Response `200`

OK

- Deposit
  - `account` string, required — The ID of the parent account.
  - `advanced_at` string, date-time, nullable — The time the deposit was advanced as unsettled cash.
  - `amount` string, required — The amount of the deposit.
  - `completed_at` string, date-time, nullable — The time the deposit was completed.
  - `created_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was created.
  - `currency` 'EUR' | 'USD' | 'GBP', required
  - `id` string, required — Unique resource identifier.
  - `modified_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was last modified.
  - `payment_reference` string, required — The reference used to identify the inbound payment.
  - `status` 'open' | 'completed', required
  - `was_advanced` boolean, required — Whether the deposit was advanced as unsettled cash.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/joinsophic/apis/sophic-engine-api.md) · [All operations](https://skmtc.net/joinsophic/apis/sophic-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinsophic/sophic-engine-api/revisions/5b4c43e2941b/schema)
