Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 3.49 KB

File metadata and controls

11 lines (8 loc) · 3.49 KB

CreateWebhookRequestBody

Fields

Field Type Required Description Example
Name string ✔️ A name that identifies the webhook. Webhook #1
Url string ✔️ The URL Mollie will send the events to. This URL must be publicly accessible. https://mollie.com/
EventTypesList EventTypesList ✔️ N/A
Testmode bool ➖ Whether to create the entity in test mode or live mode.

You can enable test mode by setting testmode to true.
false