diff --git a/docs/developers/using-api/webhooks.mdx b/docs/developers/using-api/webhooks.mdx index 7701da954a..a0539ccc2c 100644 --- a/docs/developers/using-api/webhooks.mdx +++ b/docs/developers/using-api/webhooks.mdx @@ -216,6 +216,7 @@ The first part of the `eventType` will tell you what resources to query in an AP | `Account.Closing` | Account is closing | | `Account.Closed` | Account was closed | | `AccountStatement.Generated` | Account statement was generated and available for download | +| `AccountStatement.Voided` | Account statement was voided | ### [Billing](../../topics/accounts/billing/index.mdx) {#events-billing}