Requests
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).
WEBHOOK
Body
application/json
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).
- Option 1
- Option 2
Approve or decline decision for an external authorization request
Allowed value:
"APPROVE"