Class: Webhook

paymill~ Webhook

With webhooks we give you the possibility to react automatically to certain events which happen within our system. A webhook is basically a URL where we send an HTTP POST request to, every time one of the events attached to that webhook is triggered. Alternatively you can define an email address where we send the event's information to You can manage your webhooks via the API as explained below or you can use the web interface inside our cockpit.
Our call to the webhook / email includes a JSON encoded event object with detailed information about the event in it's POST body.

Constructor

new Webhook()

Creates a new Webhook. Generally you should never create a PAYMILL object on your own.
Source:

Extends

  • PaymillObject