---
title: "Update specific SEPA Instant limits for an account"
method: PATCH
path: "/v1/accounts/{account_id}/sepa_instant_limits"
tags: ["SEPA Instant Credit Transfers"]
---

# Update specific SEPA Instant limits for an account

`PATCH /v1/accounts/{account_id}/sepa_instant_limits`

Partially update the SEPA Instant limits. This allows partners to set a daily and a per-transaction limit. By default, the account has no limit set. Only the limits specified in the request will be modified; other limits will remain unchanged.

## Path parameters

- `account_id` string, required

## Request body

- LimitsUpdateRequest
  - `daily_limit` object
    - `value` integer, required — Maximum amount allowed per day
    - `unit` string, required — Unit of the amount
    - `currency` string, required — Currency code
  - `per_transaction_limit` object
    - `value` integer, required — Maximum amount allowed per transaction
    - `unit` string, required — Unit of the amount
    - `currency` string, required — Currency code

## Response `200`

Successful response

- LimitsResponse
  - `daily_limit` object, nullable
    - `value` integer — Daily limit amount
    - `unit` string — Unit of the amount
    - `currency` string — Currency code
  - `daily_used` object
    - `value` integer — Amount used today
    - `unit` string — Unit of the amount
    - `currency` string — Currency code
  - `daily_remaining` object, nullable
    - `value` integer — Remaining amount for today
    - `unit` string — Unit of the amount
    - `currency` string — Currency code
  - `per_transaction_limit` object
    - `value` integer — Maximum amount per single transaction
    - `unit` string — Unit of the amount
    - `currency` string — Currency code

## Other responses

- `400` — An error occurred on the client side.
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/sepa-transfers.md) · [All operations](https://skmtc.net/solarisgroup/apis/sepa-transfers/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/sepa-transfers/revisions/f1fef352d976/schema)
