> 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/transfers.md).

# Transfers

### **Transfer Completed**

<mark style="color:green;">`POST`</mark>&#x20;

Notifies the status of an outgoing transfer.

{% hint style="info" %}
Allowed Values: `TRANSFER_FAILED`, `TRANSFER_PROCESSING`, `TRANSFER_COMPLETED`
{% endhint %}

**Body**

```json
{
  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "messageType": "TRANSFER_COMPLETED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {
    "transactionType": "TRANSFER",
    "status": "TRANSFER_COMPLETED",
    "transferId": "a306b284-9467-4fdb-9096-9c5a1d38efda",
    "sourceAccountId": "a645bd39-41a7-4a13-8c0a-ff38571ddeda",
    "sourceCustomerId": "39b83120-a80f-4bd9-8469-7d5bcaa055af",
    "beneficiaryAccountId": "635b8c14-c6a9-4838-b9a1-bc7ddc29a086",
    "beneficiaryCustomerId": "bf22f3c9-c5f6-4815-a6a6-9b999612b713",
    "transferQuantity": "3.6725",
    "transferCurrency": "USD",
    "status": "COMPLETED",
    "requestedAt": "2025-08-13T19:52:52.317Z",
    "completedAt": "2025-08-13T19:55:52.078Z"
    }
}
```
