> ## Documentation Index
> Fetch the complete documentation index at: https://rain-sandbox-trial.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How Webhooks Work

> How Rain webhooks work, how to set them up, and where to find the events available by category.

Webhooks let Rain notify your systems the moment something happens, so you can
react to card activity, transactions, transfers, disputes, and compliance changes
without polling the API. Rain delivers each event as a signed HTTP `POST` request
to the endpoint you configure.

## Get started

<Columns cols={2}>
  <Card title="Webhook Event Flow" icon="diagram-project" href="/docs/webhook-event-flow">
    See where the main events fire across a card-issuing program.
  </Card>

  <Card title="Set Up Webhooks" icon="gear" href="/docs/set-up-webhooks">
    Register your endpoint, choose a signing key, and verify signatures.
  </Card>

  <Card title="Webhook Delivery" icon="paper-plane" href="/docs/webhook-delivery">
    Understand the lifecycle, responses, ordering, retries, and versioning.
  </Card>

  <Card title="Event Catalog" icon="table-list" href="/docs/event-catalog">
    Look up any event by category, delivery model, and trigger.
  </Card>
</Columns>

## Event types

Rain's events are grouped into the categories below. Use each category page to
review its payloads, fields, and version history.

<Columns cols={2}>
  <Card title="Transactions" icon="money-bill-transfer" href="/docs/transaction">
    Track spend, collateral, payment, and transfer events across their lifecycles.
  </Card>

  <Card title="Cards & Authentication" icon="credit-card" href="/docs/card">
    Monitor card status changes, digital wallet provisioning, and 3D Secure authentication.
  </Card>

  <Card title="Identity & Compliance" icon="id-card" href="/docs/identity-and-compliance">
    Follow application, KYC, and KYB status updates for users and companies.
  </Card>

  <Card title="Disputes" icon="scale-balanced" href="/docs/disputes">
    Respond to dispute creation, status changes, evidence requests, and chargebacks.
  </Card>

  <Card title="Account & Reports" icon="building-columns" href="/docs/account-and-reports">
    Receive collateral contract creation and BIN report notifications.
  </Card>

  <Card title="Payment Routes" icon="route" href="/docs/paymentRoute">
    Review payment-route activation events for on-ramp and off-ramp funding pathways, plus account-verification micro deposits.
  </Card>

  <Card title="Raindrops Rewards" icon="gift" href="/docs/raindrops">
    Track Raindrops balance requests and travel redemptions.
  </Card>
</Columns>
