@@ -9159,11 +9159,14 @@ paths:
91599159 description: The URL Mollie will send the events to. This URL must be publicly accessible.
91609160 example: https://mollie.com/
91619161 eventTypes:
9162- type: string
9163- description: |-
9164- The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
9165- that require explicit selection. Separate multiple event types with a comma.
9166- $ref: '#/components/schemas/webhook-event-types'
9162+ oneOf:
9163+ - type: array
9164+ description: |-
9165+ The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
9166+ that require explicit selection.
9167+ items:
9168+ $ref: '#/components/schemas/webhook-event-types'
9169+ - $ref: '#/components/schemas/webhook-event-types'
91679170 testmode:
91689171 $ref: '#/components/schemas/testmode-create'
91699172 required:
@@ -9410,11 +9413,14 @@ paths:
94109413 description: The URL Mollie will send the events to. This URL must be publicly accessible.
94119414 example: https://mollie.com/
94129415 eventTypes:
9413- type: string
9414- description: |-
9415- The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
9416- that require explicit selection. Separate multiple event types with a comma.
9417- $ref: '#/components/schemas/webhook-event-types'
9416+ oneOf:
9417+ - type: array
9418+ description: |-
9419+ The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
9420+ that require explicit selection.
9421+ items:
9422+ $ref: '#/components/schemas/webhook-event-types'
9423+ - $ref: '#/components/schemas/webhook-event-types'
94189424 testmode:
94199425 $ref: '#/components/schemas/testmode'
94209426 responses:
@@ -27488,7 +27494,6 @@ components:
2748827494 - multibanco
2748927495 - mybank
2749027496 - paybybank
27491- - payconiq
2749227497 - paypal
2749327498 - paysafecard
2749427499 - przelewy24
@@ -27502,6 +27507,10 @@ components:
2750227507 - twint
2750327508 - vipps
2750427509 - voucher
27510+ x-deprecated-enum:
27511+ - payconiq
27512+ x-speakeasy-enum-descriptions:
27513+ payconiq: No longer available
2750527514 example: creditcard
2750627515 x-speakeasy-unknown-values: allow
2750727516 balance-card-issuer:
@@ -28971,7 +28980,6 @@ components:
2897128980 - multibanco
2897228981 - mybank
2897328982 - paybybank
28974- - payconiq
2897528983 - paypal
2897628984 - paysafecard
2897728985 - pointofsale
@@ -31599,7 +31607,9 @@ components:
3159931607 x-speakeasy-unknown-values: allow
3160031608 webhook-event-types:
3160131609 type: string
31602- description: The event's type
31610+ description: |-
31611+ The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
31612+ that require explicit selection.
3160331613 x-speakeasy-name-override: webhook-event-types
3160431614 enum:
3160531615 - payment-link.paid
@@ -35442,7 +35452,6 @@ components:
3544235452 - multibanco
3544335453 - mybank
3544435454 - paybybank
35445- - payconiq
3544635455 - paypal
3544735456 - paysafecard
3544835457 - pointofsale
@@ -35457,10 +35466,12 @@ components:
3545735466 - klarnapaylater
3545835467 - klarnapaynow
3545935468 - klarnasliceit
35469+ - payconiq
3546035470 x-speakeasy-enum-descriptions:
3546135471 klarnapaylater: Deprecated, use 'klarna' instead
3546235472 klarnapaynow: Deprecated, use 'klarna' instead
3546335473 klarnasliceit: Deprecated, use 'klarna' instead
35474+ payconiq: No longer available
3546435475 x-speakeasy-unknown-values: allow
3546535476 capture-mode-response:
3546635477 type:
@@ -36267,7 +36278,9 @@ components:
3626736278 x-speakeasy-unknown-values: allow
3626836279 webhook-event-types-response:
3626936280 type: string
36270- description: The event's type
36281+ description: |-
36282+ The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
36283+ that require explicit selection.
3627136284 x-speakeasy-name-override: webhook-event-types
3627236285 enum:
3627336286 - payment-link.paid
0 commit comments