Webhooks and Callbacks
Query webhook requests
Returns every webhook attempt associated with the specified transaction. Optional query parameters let you filter by endpoint, event type, status, or HTTP response code.
GET
Headers
Example:
"your-x-api-key"
Example:
"your-x-api-token"
Path Parameters
Transaction UUID
Query Parameters
Filter by requested endpoint
Maximum length:
255
Webhook event type
Available options:
PAYMENT_CONFIRMATION
, REFUND_PAID
, REVERSAL_CREATE
, REVERSAL_PAID
Webhook request status
Available options:
SUCCESS
, HTTP_STATUS_NOT_EQUALS_200
, HTTP_REQUEST_TIMEOUT
HTTP status code returned by endpoint
Required range:
x <= 999