vellTRDocs
API Referansına DönWebhook'larWebhook Teslimatlarını Listele

Webhook Teslimatlarını Listele

GET/v1/merchants/{id}/webhook-deliveriesRecommended

Üye işyeri genelindeki teslimat denemelerini, mağaza ve teslimat durumu filtreleriyle listeler.

Kimlik Doğrulama

İmza Deseni

Dashboard JWT bearer (not the HMAC public API).
BaşlıkDeğerAçıklama
AuthorizationBearer {jwt}Merchant dashboard JWT (from /v1/auth/login)
Content-Typeapplication/jsonRequest content type

İstek Parametreleri

AdTürZorunluAçıklama
storeIdstringİsteğe BağlıFilter by store
statusstringİsteğe Bağlıpending|in_progress|delivered|failed|exhausted
limitintegerİsteğe BağlıPage size
offsetintegerİsteğe BağlıOffset

Yanıt Parametreleri

AlanTürÖrnek
itemsarray[…]
items[].idstring"whd_0f1a2b3c4d5e"
items[].endpointIdstring"whe_9a2e6b4d4e8a"
items[].eventTypestring"payment.captured"
items[].statusstring"delivered"
items[].attemptCountinteger1
items[].lastResponseCodeinteger200
items[].createdAtstring"2026-04-13T10:00:03Z"

Yanıt Örneği

JSONYanıt
{
  "items": [
    {
      "id": "whd_0f1a2b3c4d5e",
      "endpointId": "whe_9a2e6b4d4e8a",
      "eventType": "payment.captured",
      "status": "delivered",
      "attemptCount": 1,
      "lastResponseCode": 200,
      "createdAt": "2026-04-13T10:00:03Z"
    }
  ]
}

Durum Kodları

200Success
201Created
400Bad Request
401Unauthorized
404Not Found
429Rate Limited
DeneSahte
GEThttps://api.pay.sandbox.kvell.group