> ## 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 authorization request

> Sent synchronously to an External-authorization project. Reap POSTs the proposed authorization and blocks on your approve/decline decision, which you return in the HTTP response body within the request timeout. This is the only webhook whose response Reap consumes: a non-2xx, timeout, or unparseable body is treated as a decline (fail closed).



## OpenAPI

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

````