# Deposits

### **Deposit Completed**

Notifies the status of an incoming deposit.&#x20;

{% hint style="info" %}
Allowed Values: `FAILED`, `PROCESSING`, `CONFIRMING`, `COMPLETED`
{% endhint %}

**Body**

<pre class="language-json"><code class="lang-json">  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "messageType": "DEPOSIT_COMPLETED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {  
    "depositId": "85b49f93-6975-42f9-a88d-863da9046ce2",
    "clientId": "722cb4dd-159d-45f6-9696-ccf0277a3e76",
<strong>    "transactionType": "DEPOSIT",
</strong>    "transactionStatus": "COMPLETED",
    "accountId": "62fd7c1e-4a04-4a2e-b2ff-4daac8b4aeaf",
    "quantity": 15.38,
    "currency": "USD",
    "receivedAt": "2025-12-23T01:43:00.028Z",
    "completedAt": "2025-12-23T01:43:00.028Z",
    "memo": "XYZ10000101C",
    "externalDepositId": "07c3bd7c-9813-45a6-9081-a34f57e2f107"
  }
}
</code></pre>
