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

# Bank Accounts

### Bank Account Accepted

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

Notifies that a bank account was accepted and active to be used.

**Body**

```json
{
  "messageId": "30e8ef03-739d-53a9-9672-e5b0825c4b63",
  "messageTime": "2026-04-15T05:22:30.200Z",
  "messageType": "BANK_ACCOUNT_ACCEPTED",
  "message": {
    "bankName": "Simpli Financial Bank",
    "bankAccountId": "147b05f2-16d7-4b3a-92db-419eefe822bc",
    "customerId": "60645a6e-ef52-52dd-aeb1-e2207f91155d",
    "clientId": "722cb4dd-159d-45f6-9696-ccf0277a3e76"
  }
}
```

### Bank Account Rejected

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

Notifies that a bank account was rejected.

**Body**

<div data-with-frame="true"><figure><img src="/files/tHeT8ybGHvFTTqewnia3" alt=""><figcaption></figcaption></figure></div>

### Bank\_Instructions\_Cooloff\_Completed

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

Notifies that the cooling-off period for bank instructions has ended and the bank account is now active.

**Body**

<div data-with-frame="true"><figure><img src="/files/Uok7ZKMvuFtX8nSCTAay" alt=""><figcaption></figcaption></figure></div>
