Skip to main content
GET
Get a webhook delivery

Authorizations

x-digest-key
string
header
required

Your public API key

Headers

x-digest-timestamp
string
required

Current Unix timestamp

x-digest-key
string
required

Your public api key

x-digest-signature
string
required

Digest Auth Signature

Path Parameters

merchantId
string
required

Your merchant id.

id
string<uuid>
required

Webhook delivery id.

Response

The delivery detail.

id
string<uuid>
merchant_id
string<uuid>
checkout_id
string | null

Payment the event belongs to.

event_type
string
Example:

"transaction_updated"

url
string

Webhook URL the delivery was sent to.

status
enum<string>
Available options:
success,
failed,
skipped
http_status
integer | null
Example:

200

error_message
string | null
attempt_count
integer
Example:

1

duration_ms
integer | null
Example:

184

last_attempt_at
string<date-time>
created_at
string<date-time>
updated_at
string<date-time>
request_payload
string

The exact JSON payload string that was sent (and signed).

response_body
string | null

Body returned by your endpoint (truncated).