ep_check_signoff
Check the status of a blocked authorization by polling with a receipt_id to see if it is approved, denied, or still pending.
Instructions
Poll a pending authorization after ep_guard_action returns BLOCKED. Pass the receipt_id. Returns PENDING, APPROVED (the action may now proceed), or DENIED (with reason). Safe to call repeatedly until a decision is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | The receipt_id returned by ep_guard_action. |