> ## 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 created

> Fired when a fraud alert is created for a card transaction (detected by fraud monitoring, or reported by the partner). Detected alerts must be confirmed or declined within the response window. Card blocks are delivered separately via CARD_STATUS_UPDATED.



## OpenAPI

````yaml /webhooks/openapi.json webhook CARD_FRAUD_ALERT_CREATED
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: {}

````