Skip to main content
PUT
Update a webhook

Authorizations

Authorization
string
header
required

Scoped Bearer token from POST /merchant/api/auth.

Path Parameters

id
integer
required

Body

application/json
url
string<uri>
events
enum<string>[]
Available options:
payment_received,
payout_completed,
payout_failed,
bulk_pay_done,
payment_link_used,
team_login,
api_key_created,
security_alert
is_active
boolean

Response

Webhook updated.

success
boolean
Example:

true

message
string
request_id
string<uuid>