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

# Webhooks

> Server-side event notifications for Embedded Account Capture — verification outcomes, account tokenization, and session lifecycle events.

The Embedded Account Capture SDK fires both client-side JavaScript events (handled in your browser application) and server-side webhook events posted to your registered HTTPS endpoint. This page covers the server-side webhooks. For the client-side SDK events — `TOKEN_SUCCESS`, `SESSION_EXPIRED`, and others — see the [SDK Events reference](/docs/iframe/sdk-events).

Webhooks are delivered as JSON via HTTP POST to your registered endpoint. Return any `2xx` status to acknowledge receipt. See [Webhooks](/docs/hub/webhooks) for endpoint requirements, IP allowlist, and retry behavior.

***

## Event categories

| Category                   | What it covers                                                                |
| -------------------------- | ----------------------------------------------------------------------------- |
| **Recipient Verification** | RVDM identity matching success and failure outcomes                           |
| **OFAC Screening**         | Compliance hold, clearance, and failure events                                |
| **Account Verification**   | Card (CNS/CD, AVS/CVV), ACH (RNV, ANV, NAV), and PayPal verification outcomes |
| **Account Tokenization**   | Successful account tokenization — includes the `customer_account_token`       |
| **Session Lifecycle**      | Session expired and session terminated events                                 |

***

## Event reference

All Embedded Account Capture webhook events are documented in the AsyncAPI spec. Each channel page includes the full payload schema and an example.

<Card title="EAC Webhook Events" icon="webhook" href="/iframe-webhooks/webhooks/rvdm-verification-success">
  Full event catalog — payload schemas, field definitions, and examples for every server-side EAC webhook event.
</Card>
