> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.hopnow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Endpoint Summary

> The full Platform API surface — 41 endpoints across 11 resource groups

The full Platform API surface — 41 endpoints across 11 resource groups. Click any row's description to jump to the detailed reference.

| Method | Path                                                                                             | Description                                                                         |
| ------ | ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
| GET    | `/customers/{customer_id}/accounts/{account_id}/agreements`                                      | [List Agreements](/va/agreements/list-agreements)                                   |
| GET    | `/customers/{customer_id}/accounts/{account_id}/agreements/{agreement_id}`                       | [Get Agreement](/va/agreements/get-agreement)                                       |
| POST   | `/customers/{customer_id}/accounts/{account_id}/agreements/actions`                              | [Submit Agreement Actions](/va/agreements/submit-agreement-actions)                 |
| POST   | `/customers/{customer_id}/accounts`                                                              | [Create Account](/va/accounts/create-account)                                       |
| GET    | `/customers/{customer_id}/accounts`                                                              | [List Accounts](/va/accounts/list-accounts)                                         |
| GET    | `/customers/{customer_id}/accounts/{account_id}`                                                 | [Get Account](/va/accounts/get-account)                                             |
| PATCH  | `/customers/{customer_id}/accounts/{account_id}`                                                 | [Update Account](/va/accounts/update-account)                                       |
| POST   | `/customers/{customer_id}/accounts/{account_id}/associated-persons`                              | [Create Associated Person](/va/associated-persons/create-associated-person)         |
| GET    | `/customers/{customer_id}/accounts/{account_id}/associated-persons`                              | [List Associated Persons](/va/associated-persons/list-associated-persons)           |
| GET    | `/customers/{customer_id}/accounts/{account_id}/associated-persons/{ap_id}`                      | [Get Associated Person](/va/associated-persons/get-associated-person)               |
| PATCH  | `/customers/{customer_id}/accounts/{account_id}/associated-persons/{ap_id}`                      | [Update Associated Person](/va/associated-persons/update-associated-person)         |
| POST   | `/customers/{customer_id}/accounts/{account_id}/associated-persons/{ap_id}/verification-session` | [Create Verification Session](/va/associated-persons/create-verification-session)   |
| POST   | `/customers/{customer_id}/accounts/{account_id}/documents`                                       | [Upload Account Document](/va/documents/upload-account-document)                    |
| GET    | `/customers/{customer_id}/accounts/{account_id}/documents`                                       | [List Documents](/va/documents/list-documents)                                      |
| GET    | `/customers/{customer_id}/accounts/{account_id}/documents/{document_id}`                         | [Get Document](/va/documents/get-document)                                          |
| POST   | `/accounts/{account_id}/beneficiaries`                                                           | [Create Beneficiary](/va/beneficiaries/create-beneficiary)                          |
| GET    | `/accounts/{account_id}/beneficiaries`                                                           | [List Beneficiaries](/va/beneficiaries/list-beneficiaries)                          |
| GET    | `/accounts/{account_id}/beneficiaries/{id}`                                                      | [Get Beneficiary](/va/beneficiaries/get-beneficiary)                                |
| PATCH  | `/accounts/{account_id}/beneficiaries/{id}`                                                      | [Update Beneficiary](/va/beneficiaries/update-beneficiary)                          |
| POST   | `/accounts/{account_id}/beneficiaries/{id}/disable`                                              | [Disable Beneficiary](/va/beneficiaries/disable-beneficiary)                        |
| POST   | `/accounts/{account_id}/beneficiaries/{beneficiary_id}/payment-destinations`                     | [Create Payment Destination](/va/payment-destinations/create-payment-destination)   |
| GET    | `/accounts/{account_id}/beneficiaries/{beneficiary_id}/payment-destinations`                     | [List Payment Destinations](/va/payment-destinations/list-payment-destinations)     |
| GET    | `/accounts/{account_id}/beneficiaries/{beneficiary_id}/payment-destinations/{id}`                | [Get Payment Destination](/va/payment-destinations/get-payment-destination)         |
| PATCH  | `/accounts/{account_id}/beneficiaries/{beneficiary_id}/payment-destinations/{id}`                | [Update Payment Destination](/va/payment-destinations/update-payment-destination)   |
| POST   | `/accounts/{account_id}/beneficiaries/{beneficiary_id}/payment-destinations/{id}/disable`        | [Disable Payment Destination](/va/payment-destinations/disable-payment-destination) |
| POST   | `/accounts/{id}/virtual-accounts`                                                                | [Create Virtual Account](/va/virtual-accounts/create-virtual-account)               |
| GET    | `/accounts/{id}/virtual-accounts`                                                                | [List Virtual Accounts](/va/virtual-accounts/list-virtual-accounts)                 |
| GET    | `/virtual-accounts/{id}`                                                                         | [Get Virtual Account](/va/virtual-accounts/get-virtual-account)                     |
| POST   | `/virtual-accounts/{id}/disable`                                                                 | [Disable Virtual Account](/va/virtual-accounts/disable-virtual-account)             |
| GET    | `/accounts/{account_id}/deposits`                                                                | [List Deposits](/va/deposits/list-deposits)                                         |
| GET    | `/accounts/{account_id}/deposits/{deposit_id}`                                                   | [Get Deposit](/va/deposits/get-deposit)                                             |
| POST   | `/accounts/{account_id}/transfers`                                                               | [Create Transfer](/va/transfers/create-transfer)                                    |
| GET    | `/accounts/{account_id}/transfers`                                                               | [List Transfers](/va/transfers/list-transfers)                                      |
| GET    | `/accounts/{account_id}/transfers/{transfer_id}`                                                 | [Get Transfer](/va/transfers/get-transfer)                                          |
| POST   | `/accounts/{account_id}/payments`                                                                | [Create Payment](/va/payments/create-payment)                                       |
| GET    | `/accounts/{account_id}/payments`                                                                | [List Payments](/va/payments/list-payments)                                         |
| GET    | `/accounts/{account_id}/payments/{payment_id}`                                                   | [Get Payment](/va/payments/get-payment)                                             |
| POST   | `/customers/{customer_id}/webhook-endpoints`                                                     | [Create Webhook Endpoint](/va/webhooks/create-endpoint)                             |
| GET    | `/customers/{customer_id}/webhook-endpoints`                                                     | [List Webhook Endpoints](/va/webhooks/list-endpoints)                               |
| PATCH  | `/customers/{customer_id}/webhook-endpoints/{id}`                                                | [Update Webhook Endpoint](/va/webhooks/update-endpoint)                             |
| POST   | `/customers/{customer_id}/webhook-endpoints/{id}/disable`                                        | [Disable Webhook Endpoint](/va/webhooks/disable-endpoint)                           |
