Skip to main content
PATCH
Points all your payment events at one URL. Send an empty string to clear it. Two rules protect you here: HTTPS is enforced, and internal addresses are rejected, so events can’t be aimed at private network targets. The delivery format and event catalog are in the Webhooks & IPN guide.

Who can call this

Dashboard only — API keys can’t configure webhooks. Send your dashboard JWT (browser session) as a Bearer token, with team role merchant_admin or merchant_member plus the webhooks:manage permission. Rate limit: 10 requests per minute. See the Authentication guide.

Body parameters

string
required
The URL that will receive webhook events (max 2048 characters). Must use HTTPS and must not point to internal addresses. Pass an empty string ("") to clear the configured URL.
After changing the URL, read it back with Get webhook config to confirm what’s stored.

Errors

See also