From d0b20b949029acb41dd69f710ab13d7f47a54b45 Mon Sep 17 00:00:00 2001 From: Maxence Busson Date: Mon, 20 Oct 2025 15:45:12 +0200 Subject: [PATCH] Update webhooks.mdx --- docs/developers/using-api/webhooks.mdx | 1 + 1 file changed, 1 insertion(+) 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}