---
title: "Get deposit for user"
method: GET
path: "/v1/users/{user_id}/deposits/{deposit_id}"
tags: ["Deposits", "Users"]
---

# Get deposit for user

`GET /v1/users/{user_id}/deposits/{deposit_id}`

Fetches details for a previously created deposit.

> 🚧 Payments API v3
>
> The [Payments API v3](https://docs.truelayer.com/reference/create-payment) is the latest version of the TrueLayer payments API. It includes all of the functionality of the PayDirect API, so we recommend you use it instead.

## Path parameters

- `user_id` string, uuid, required — UUID identifying the user for the current client
- `deposit_id` string, uuid, required — UUID identifying the deposit

## Response `200`

Success

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
