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

# Onboarding

### Customer Onboarding Complete

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

Notifies that a document has been verified.

**Body**

```json
{
  "messageId": "18fed079-477c-4844-a8f5-2c0075c5136f",
  "messageType": "CUSTOMER_ACCOUNT_READY",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {
    "customerId": "132afd8d-8b1c-42b1-a909-ccdaf5080e44",
    "customerStatus": "ACTIVE",
    "onboardingStatus": "ONBOARDED",
    "referenceId": "fae03df6-9c48-44a4-bc21-b7f9047e6901",
    "accountId": "a1168956-91b1-4bc4-8b8a-d92c37728172",
    "accountStatus": "ACTIVE",
    "accountNumber": "AQN10000569R"
  }
}
```

### Customer Onboarding Failed

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

Notifies that a customer's onboarding attempt has failed.

**Body**

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

### Customer Offboarded

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

Notifies that a custom's account and status are deactivated after previously being onboarded.

**Body**

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