Skip to main content
GET
Retrieve all dispute webhooks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <secret_key>, where <secret_key> is your secret_key.

Headers

X-Merchant-Code
string
required

Merchant code the request is scoped to. Required on every dispute-webhook request, even when your secret key maps to a single merchant; case-insensitive.

Example:

"code provided to you from Tabby side"

Response

Success. Array of dispute webhooks; an empty array when none are registered.

id
string
required
read-only

Unique dispute webhook ID, assigned by Tabby.

Example:

"f5eb7c26-b163-4fad-b75f-66024824116e"

url
string<uri>
required

Endpoint for dispute notifications, as stored (normalised).

Example:

"https://example.com/tabby/dispute-webhook"

header
object | null

The signing header, if one was registered. value is masked.