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

# Event Types

Create a [Webhook](/reference/webhook) by subscribing to these event types.

### Account Opening Webhooks

| Endpoint                                                      | Events                                                                                    |
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [Account Application](/reference/account-application)         | `apply.account-application.create` `apply.account-application.update`                     |
| [Additional Person Application](/reference/additional-person) | `apply.additional-person-application.create` `apply.additional-person-application.update` |
| Additional Authorized User Application                        | `apply.authorized-user-application.create` `apply.authorized-user-application.update`     |
| [Business Application](/reference/business-application)       | `apply.business-application.create` `apply.business-application.update`                   |
| [Initial Deposit](/reference/deposit)                         | `apply.deposit.create`                                                                    |
| [KYC Product](/reference/kyc-product)                         | `apply.kyc-product.create` `apply.kyc-product.update`                                     |
| [KYC](/reference/kyc)                                         | `apply.kyc.create` `apply.kyc.update`                                                     |
| [Person Application](/reference/person-application)           | `apply.person-application.create` `apply.person-application.update`                       |

### Account Webhooks

| Endpoint                                                   | Events                                                             |
| ---------------------------------------------------------- | ------------------------------------------------------------------ |
| [Account](/reference/account)                              | `account.create` `account.update`                                  |
| [Business](/reference/business)                            | `business.update`                                                  |
| [Person](/reference/person)                                | `person.update`                                                    |
| [Reserve Account](/reference/reserve-account)              | `reserve.create` `reserve.update` `reserve.delete`                 |
| [Statement Configuration](/reference/get_statement_config) | `statement_config.create` `statement_config.update`                |
| [Transaction](/reference/get_transaction)                  | `hold_expiration.create` `transaction.create` `transaction.update` |

### Card Webhooks

| Endpoint                                                | Events                                                                                             |
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [Card](/reference/card)                                 | `card.create` `card.update`                                                                        |
| [Card Auth Loop](/reference/card-auth-loop-endpoint)    | `card_auth_loop_endpoint.create` `card_auth_loop_endpoint.update` `card_auth_loop_endpoint.delete` |
| [Card Event](/reference/card-event)                     | `card_event.create` `card_event.update`                                                            |
| [Card Product](/reference/card-product)                 | `cardproduct.create` `cardproduct.update`                                                          |
| [Digital Wallet Token](/reference/digital-wallet-token) | `digital_wallet_token.create` `digital_wallet_token.update`                                        |

### Payment Webhooks

| Endpoint                                                    | Events                                                          |
| ----------------------------------------------------------- | --------------------------------------------------------------- |
| [ACH](/reference/ach)                                       | `ach.create` `ach.update`                                       |
| [Book](/reference/book-transfer)                            | `book.create` `book.update`                                     |
| [Check Deposit](/reference/check-deposit)                   | `check_deposit.create` `check_deposit.update`                   |
| [Counterparty](/reference/get_counterparty)                 | `counterparty.create` `counterparty.update`                     |
| [FedNow](/reference/fednow)                                 | `fednow.create` `fednow.update`                                 |
| [Incoming ACH](/reference/incoming-ach)                     | `incoming_ach.create` `incoming_ach.update`                     |
| [Incoming Wire](/reference/incoming-wire)                   | `incoming_wire.create` `incoming_wire.update`                   |
| [Invoice Account Number](/reference/invoice-account-number) | `invoice_account_number.create` `invoice_account_number.update` |
| [Issued Check](/reference/check-issuing)                    | `check.create` `check.update`                                   |
| [Manual Hold](/reference/manual-hold)                       | `manual_hold.create` `manual_hold.update`                       |
| [Network Transfer](/reference/network-transfer)             | `network_transfer.create` `network_transfer.update`             |
| [Prime Cash](/reference/greendot)                           | `greendot.create` `greendot.update`                             |
| [Wire](/reference/wire)                                     | `wire.create` `wire.update`                                     |

### Utility Webhooks

| Endpoint                            | Events                                             |
| ----------------------------------- | -------------------------------------------------- |
| [Document](/reference/get_document) | `document.create` `document.update`                |
| [File](/reference/get_file-id)      | `file.create`                                      |
| [Webhook](/reference/webhook)       | `webhook.create` `webhook.update` `webhook.delete` |
