Aquanow CAMS v1.0 (Updated)
  • Welcome
  • Security
    • OAuth2.0
    • API Limits
  • Pagination
  • Webhooks
    • Onboarding
    • Settlements
    • Reports
    • Order
    • Execution
    • Document
  • Market Data
    • Websocket
    • Rest API
      • OHLC
  • API reference
    • Customers
      • Docs
      • Configuration
    • Trades
      • RFQ
    • Orders
    • Executions
    • Settlements
    • Transactions
    • Accounts
      • Credit
      • Balances
      • Configuration
      • Performance
    • Instruments
      • Pairs
      • Assets
    • Custody
      • Balances
      • Allocation
    • Files
    • Webhook
  • Change Log
  • Specification
  • User Guide
    • View Customers
      • Customer Onboarding
      • Upload Onboarding Docs
      • View Customer Account Balances
      • Customer Risk Groups
    • View Customer Trade Activity
    • Manage Team Members
Powered by GitBook
On this page
  1. Webhooks

Onboarding

POST

Notifies that a document has been verified.

Body

{
  "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",
  }
}
PreviousWebhooksNextSettlements

Last updated 8 months ago