Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 10.7 KB

File metadata and controls

11 lines (8 loc) · 10.7 KB

UpdateWebhookRequestBody

Fields

Field Type Required Description Example
name Optional<String> A name that identifies the webhook. Webhook #1
url Optional<String> The URL Mollie will send the events to. This URL must be publicly accessible. https://mollie.com/
eventTypes Optional<UpdateWebhookEventTypes> N/A
testmode Optional<Boolean> Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.

Most API credentials are specifically created for either live mode or test mode, in which case this parameter must
not be sent. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
testmode to true.
false