---
title: "PUT /user/{userID}/whitelist-sdd-recurring/{itemId}"
method: PUT
path: "/user/{userID}/whitelist-sdd-recurring/{itemId}"
tags: ["whitelist-sdd-recurring"]
---

# PUT /user/{userID}/whitelist-sdd-recurring/{itemId}

`PUT /user/{userID}/whitelist-sdd-recurring/{itemId}`

Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.

## Path parameters

- `userID` integer, required
- `itemId` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- WhitelistSddRecurring
  - `monetary_account_paying_id` integer, required — ID of the monetary account of which you want to pay from.
  - `request_id` integer, required — ID of the request for which you want to whitelist the originating SDD.
  - `maximum_amount_per_month` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `maximum_amount_per_payment` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `routing_type` string — The type of routing for this whitelist. Should be changed to non-optional CIT/technical#12806.

## Response `200`

Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.

- WhitelistSddRecurringUpdate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
