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

# Card fraud alert status updated

> Fired when a fraud alert status changes. Confirmed fraud also blocks the card; subscribe to CARD_STATUS_UPDATED for that transition.



## OpenAPI

````yaml /webhooks/openapi.json webhook CARD_FRAUD_ALERT_STATUS_UPDATED
openapi: 3.1.0
info:
  title: Reap API Webhook Events
  description: >-
    Webhook event schemas for Reap API. These events are delivered to your
    configured webhook endpoint via HTTP POST.
  version: 1.0.0
servers: []
security: []
paths: {}

````