v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-3196247792.5 KB
Balances

Update a balance webhook setting by id

Updates the conditions the balance change needs to meet for Adyen to send a balance webhook.

patch/balancePlatforms/{balancePlatformId}/webhooks/{webhookId}/settings/{settingId}

Path parameters

balancePlatformIdstring required

The unique identifier of the balance platform.

webhookIdstring required

The unique identifier of the balance webhook.

settingIdstring required

The unique identifier of the balance webhook setting.

Request body

currencystring

The three-character ISO currency code of the balance.

status'active' | 'inactive'

The status of the webhook setting. Possible values:

  • active: You receive a balance webhook if any of the conditions in this setting are met.
  • inactive: You do not receive a balance webhook even if the conditions in this settings are met.
type'balance'

The type of the webhook you are configuring. Set to balance.

Response

OK - the request has succeeded.

currencystring required

The three-character ISO currency code of the balance.

idstring required

The unique identifier of the webhook setting.

statusstring required
type'balance' required