Skip to main content
WEBHOOK

Body

application/json
id
string
required

Unique event identifier for idempotency

type
enum<string>
required

Webhook event type

Available options:
CARD_AUTHORIZATION_REQUEST
data
object
required

A real-time authorization request awaiting an approve/decline decision

Response

200 - application/json

Your approve/decline decision. Reap must receive a 2xx with this body within the request timeout; any non-2xx, timeout, or unparseable body is treated as a decline (fail closed).

Approve or decline decision for an external authorization request

decision
string
required
Allowed value: "APPROVE"