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/
eventTypes EventTypes ✔️ N/A
testmode Optional<Boolean> Whether to create the entity in test mode or live mode.

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