Create a webhook

POST {{base_url}}/api/1.0/webhooks

Set up a webhook URL so that the Merchant API can push event notifications to the specified URL.

Full documentation: Merchant API - Create a webhook

Request Body

{"url"=>"https://example.com", "events"=>["ORDER_COMPLETED", "ORDER_AUTHORISED"]}