| 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 |