Skip to main content
GET
Query webhook requests

Headers

x-api-key
string
required
Example:

"your-x-api-key"

x-api-token
string
required
Example:

"your-x-api-token"

Path Parameters

transactionUUID
string
required

Transaction UUID

Query Parameters

endpoint
string

Filter by requested endpoint

Maximum string length: 255
eventType
enum<string>

Webhook event type

Available options:
PAYMENT_CONFIRMATION,
REFUND_PAID,
REVERSAL_CREATE,
REVERSAL_PAID
status
enum<string>

Webhook request status

Available options:
SUCCESS,
HTTP_STATUS_NOT_EQUALS_200,
HTTP_REQUEST_TIMEOUT
responseCode
integer

HTTP status code returned by endpoint

Required range: x <= 999

Response

Success Response

status
enum<number>
Available options:
0
Example:

0

message
string
Example:

"success"

notifications
object[]