Skip to main content
GET
List Webhook Delivery

Authorizations

X-SFPY-AGGREGATOR-SECRET-KEY
string
header
required

Path Parameters

raast-aggregator-id
string
required

The unique identifier for the aggregator

Example:

"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"

endpoint
string
required

The unique identifier for the webhook endpoint

Example:

"wh_6b849c6f-c091-4ad3-b7a9-de06415c6db3"

Query Parameters

type
enum<string>

Limit results to Webhook deliveries of the given type

Available options:
payment.created,
payment.pending_authorization,
payment.authorized,
payment.completed,
payment.settled,
payment.refunded,
payment.refund_partial,
payment.rejected,
payment.failed,
payment.reversed,
payment.voided,
settlement.created,
settlement.processing,
settlement.completed,
settlement.failed,
settlement.on_hold,
settlement.reversed,
refund.created,
refund.completed,
refund.failed,
refund.canceled
Example:

"refund.created"

event_id
string

Filter Webhook deliveries by event_id.

Example:

"txnlog_5246fdcc-6c86-49bb-9da2-aa38262e0291"

status
enum<string>

Filter Webhook deliveries by their status.

Available options:
WD_PENDING,
WD_DELIVERED,
WD_FAILED,
WD_DEAD
Example:

"WD_DELIVERED"

limit
string

Maximum number of Webhook deliveries to include in the response

Example:

"10"

offset
string

Number of Webhook deliveries to skip before starting the result set

Example:

"0"

Response

This response contains a paginated list of webhook deliveries.

Standard response structure for successful operations

api_version
string

The current version of the API spec

Example:

"v1"

data
object

Paginated collection of webhook deliveries