---
title: "Get merchant webhook delivery details including request payload and response body (admin only)"
method: GET
path: "/api/v1/admin/merchant-webhook-deliveries/{id}"
tags: ["Admin", "Webhooks"]
---

# Get merchant webhook delivery details including request payload and response body (admin only)

`GET /api/v1/admin/merchant-webhook-deliveries/{id}`

Get merchant webhook delivery details including request payload and response body (admin only)

## Path parameters

- `id` string, uuid, required — Merchant webhook delivery ID

## Response `200`

Success

- AdminMerchantWebhookDeliveryResponse
  - `success` boolean, required
  - `data` object, required — Admin-only merchant webhook delivery detail including request/response payloads
    - `id` string, uuid, required
    - `transaction_id` string, uuid, required
    - `merchant_id` string, uuid, required
    - `payment_provider_status_id` string, uuid, nullable, required — Optional ID of the PaymentProviderStatus event that triggered this delivery
    - `webhook_url` string, required — The URL the webhook was sent to
    - `platform` 'embedded' | 'shopify' | 'woocommerce', required — Platform type
    - `event_type` string, required — Event type sent
    - `status` 'delivered' | 'failed', required — Delivery status
    - `response_status_code` number, nullable, required — HTTP response status code from merchant endpoint
    - `error_message` string — Error message if delivery failed
    - `duration_ms` number, nullable, required — Request duration in milliseconds
    - `created_at` string, date-time, required
    - `request_payload` object, nullable, required — The payload we sent to the merchant
    - `response_body` string, nullable, required — Response body from merchant endpoint (truncated to 1KB)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/versions/f86d2bdbcb08/schema)
