> For the complete documentation index, see [llms.txt](https://docs.aquanow.io/cams/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquanow.io/cams/webhooks/funding-deposit.md).

# Funding Deposit

### Funding Request Deposit Received

Notifies the status of a completed deposit related to a funding request.&#x20;

**Body**

```json
{
  "messageId": "f6b8d2ac-438a-438a-97b0-ed742f31e52e",
  "messageType": "FUNDING_REQUEST_DEPOSIT_RECEIVED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {
    "fundingRequestId": "4c7bdb4d-de00-41ec-ad2e-50547d4b02c5",
    "customerReference": "REF-e22270b4-9ea6-468e-922e-96dcc076e9b8",
    "fundingInstructions": {
      "address": "0x85a879b80ce328Da09Bfc096430A8357633f9Dd7",
      "fundingCurrency": "USDT",
      "network": "ETH"
    },
    "customerAccountId": "9c4b4478-fa68-4b79-b79e-6ae6cc255a2a",
    "beneficiaryAccountId": "9c4b4478-fa68-4b79-b79e-6ae6cc255a2a",
    "depositId": "0b0166ad-6b09-5d37-864a-55a4d649e7f5",
    "depositAmount": 1,
    "depositCurrency": "USDT",
    "beneficiaryCurrency": "USD",
    "receivedAt": "2026-06-15T19:58:26.013Z",
    "completedAt": "20266-15T19:58:26.013Z",
    "txHash": "0x5b336f76802a0621fabee5b8bb9f3a3adf57f7ad30c26be55721e79e876ce314",
    "conversionDetails": {
      "conversionRate": 0.999395,
      "depositCurrency": "USDT",
      "beneficiaryCurrency": "USD"
    },
    "clientMemo": null,
    "externalDepositId": "6a6b408b-f74a-49af-a540-10663f0cd243"
  }
}
```

### Funding Request Deposit Confirming

Notifies the status of a confirming deposit related to a funding request.&#x20;

**Body**

```json
{
  "messageId": "5552b2b8-a06b-59b2-995d-c04cfcb21254",
  "messageTime": "2026-07-15T23:25:32.152Z",
  "messageType": "FUNDING_REQUEST_DEPOSIT_CONFIRMING",
  "message": {
    "fundingRequestId": "ec3932ae-0220-4fcf-8a5f-2b2fce672f87",
    "customerReference": "REF-2026-07151621",
    "status": "CONFIRMING",
    "statusReason": "Deposit Confirming",
    "fundingInstructions": {
      "address": "0x1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b",
      "fundingCurrency": "USDC",
      "network": "ETH"
    },
    "customerAccountId": "32d986ea-027c-4d96-a3f5-843c3651ba1c",
    "sourceWalletAddress": "0x1111111111111111111111111111111111111111",
    "sourceWalletNetwork": "ETH",
    "beneficiaryAccountId": "09204aa8-376d-45ed-821b-9783d35ed1fd",
    "depositId": "528da7f3-9c50-573c-8ece-d8014a7b4cf2",
    "depositAmount": "100",
    "depositCurrency": "USDC",
    "beneficiaryCurrency": "USD",
    "beneficiaryAmount": null,
    "createdAt": "2026-07-15T23:22:31.620Z",
    "detectedAt": "2026-07-15T23:25:17.000Z",
    "confirmedAt": null,
    "completedAt": null,
    "failedAt": null,
    "updatedAt": "2026-07-15T23:25:32.152Z",
    "txHash": "0xabc123def456abc123def456abc123def456abc123def456abc123def4560001",
    "conversionDetails": null,
    "externalDepositId": "9c8b7a65-4d3e-2f1a-9b8c-7d6e5f4a3b2c"
  }
}
```
