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
Query webhook requests
Documentation Index
Fetch the complete documentation index at: https://developer.paymee.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Example:
"your-x-api-key"
Example:
"your-x-api-token"
Path Parameters
Transaction UUID
Query Parameters
Filter by requested endpoint
Maximum string length:
255Webhook 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 <= 999Query webhook requests

