---
title: "Reject Crypto Deposit"
method: POST
path: "/transfer/crypto-deposits/{id}/reject"
tags: ["Crypto Deposits"]
---

# Reject Crypto Deposit

`POST /transfer/crypto-deposits/{id}/reject`

Reject a crypto deposit which is waiting for required travel rule information about the originator address.
If the rejected deposit has any status other than `NEEDS_INFO`, the request will return an error.
Only the creator of the crypto deposit can reject it.

## Path parameters

- `id` string, required

## Request body

- TransferPublicRejectCryptoDepositBody
  - `identity_id` string, required — The Identity (`identity_id`) of the end user that requests to reject the deposit.

## Response `200`

A successful response.

- RejectCryptoDepositResponse

## Other responses

- `400` — Bad Request
- `404` — Could not find deposit
- `409` — Deposit does not need info

---

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