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

# Webhook events

## Supported Events

<Info> We’ll keep expanding this list as we add more webhooks. </Info>

| Event Type                        | Description                                                                            |
| :-------------------------------- | :------------------------------------------------------------------------------------- |
| `PAYMENT_INTENT_SUCCEEDED`        | A payment was successfully completed                                                   |
| `PAYOUT_SUCCEEDED`                | A payout was successfully paid out                                                     |
| `PAYOUT_FAILED`                   | Payout failed                                                                          |
| `CUSTOMER_COMPLIANCE_APPROVED`    | Customer compliance was approved to open a dedicated account                           |
| `CUSTOMER_COMPLIANCE_REJECTED`    | Customer compliance was rejected, not valid to open the requested dedicated account    |
| `DEDICATED_ACCOUNT_CREATED`       | Dedicated account successfully issued                                                  |
| `DEDICATED_ACCOUNT_CREATE_FAILED` | Request to create a dedicated account failed                                           |
| `INVOICE_PAID`                    | Invoice has been paid completely                                                       |
| `INVOICE_CANCELLED`               | Invoice was cancelled due to max installments reached or was requested to be cancelled |
| `INVOICE_PAYMENT_SUCCEEDED`       | A payment was received towards settling an invoice                                     |

***
