Webhook Events
Update Webhook Event
This endpoint allows you to update a webhook event. You can use the webhook_event_id
to update the webhook event’s details.
PUT
/
v1
/
webhook-events
/
{webhook_event_id}
Headers
Path Parameters
The Webhook Event id
Body
application/json
The name of the webhook event. It is a required field.
The URL of the webhook, must be a valid URL with https
protocol. This is the URL that the webhook will send the event data to. It is a required field.
The event types that the webhook will listen to. It is a required field.
Available options:
charge.created
, charge.updated
, payout.created
, order.created
, order.updated
, invoice.created
, invoice.updated
, transfer.created
, transfer.updated
Was this page helpful?