Retrieve all registered webhook endpoints for your merchant account
| Header | Value | Required |
|---|---|---|
Authorization | Basic {base64(secret_key:)} | Yes |
accept | application/json | No |
200 OK
Returns an array of webhook objects.
[] if no webhooks are registered.Each webhook object contains:401 Unauthorized
403 Forbidden
403Cause: Account disabled or API access revokedSolution:500 Internal Server Error
500Cause: Unexpected server errorSolution:Audit Webhook Configuration
Find Webhook ID for Update
Monitor Webhook Status
Prevent Duplicate Webhooks
Sync Webhook Configuration
Empty Webhooks Array
{"webhooks": []}Possible Causes:Missing Expected Webhook
Outdated Webhook Information
HTTP Basic Authentication using your Secret Key as the username and an empty password
List of webhooks retrieved successfully
Unique identifier for the webhook
List of transaction events this webhook receives
QRPH_SUCCESS, QRPH_DECLINED Current status of the webhook
ENABLED, DISABLED The HTTPS URL where notifications are sent