v1

latestOpenAPI 3.0.0Proprietary2026-07-1313647393.0 KB
Partner Webhooks

Update a webhook

Update webhook URL, events, secret, or active status for a sub-merchant account. Authentication: OAuth access_token.

patch/v2/accounts/{account_id}/webhooks/{webhook_id}

Path parameters

account_idstring required

Unique identifier of the linked merchant account (e.g. acc_00000000000001).

webhook_idstring required

Unique identifier of the webhook (e.g. we_00000000000001).

Request body

idstring

Webhook ID, max 14 characters

entity'webhook'
owner_idstring
owner_typestring
urlstring

HTTPS URL to receive webhook events

alert_emailstring
secretstring

Shared secret for HMAC verification (write-only)

secret_existsboolean
activeboolean
eventsobject

Map of event names to boolean

servicestring
contextstring[]
disabled_atinteger
created_atinteger
updated_atinteger

Response

Webhook updated

idstring

Webhook ID, max 14 characters

entity'webhook'
owner_idstring
owner_typestring
urlstring

HTTPS URL to receive webhook events

alert_emailstring
secretstring

Shared secret for HMAC verification (write-only)

secret_existsboolean
activeboolean
eventsobject

Map of event names to boolean

servicestring
contextstring[]
disabled_atinteger
created_atinteger
updated_atinteger