Appearance
Hooks
Overview
Hooks are external callback endpoints used by partner systems to notify the backend about asynchronous events.
Base Path: /hooks
Authentication and Verification
Hook authentication is endpoint-specific. Partners typically use signed headers or callback parameters that must be verified against local records.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
| Payoneer Payouts | GET | Payoneer payout registration callback |
Error Handling
If a hook fails to process, it should return an appropriate HTTP error status so the partner can retry.