PATCH /balancePlatforms/{balancePlatformId}/webhooks/{webhookId}/settings/{settingId}
Updates the conditions the balance change needs to meet for Adyen to send a balance webhook.
Servers
- https://balanceplatform-api-test.adyen.com/bcl/v2
Path parameters
Name | Type | Required | Description |
---|---|---|---|
settingId |
String | Yes |
The unique identifier of the balance webhook setting. |
webhookId |
String | Yes |
The unique identifier of the balance webhook. |
balancePlatformId |
String | Yes |
The unique identifier of the balance platform. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
target |
Object | No |
The type and ID of the resource about whose balance changes you want to be notified. |
target.id |
String | No |
The unique identifier of the
|
target.type |
String | No |
The resource for which you want to receive notifications. Possible values:
Possible values:
|
conditions[] |
Array | No |
The array of conditions a balance change must meet for Adyen to send the webhook. |
conditions[].conditionType |
String | Yes |
Define when you want to get notified about a balance change. Possible values:
Possible values:
|
conditions[].value |
Integer | Yes |
The value limit in the specified balance type and currency, in minor units. |
conditions[].balanceType |
String | Yes |
Define the type of balance about which you want to get notified. Possible values:
Possible values:
|
type |
String | No |
The type of the webhook you are configuring. Set to balance. Possible values:
|
status |
String | No |
The status of the webhook setting. Possible values:
Possible values:
|
currency |
String | No |
The three-character ISO currency code of the balance. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.