---
title: "Update accumulator configuration"
method: PATCH
path: "/v1/accumulator-configs/{accumulatorConfigId}"
tags: ["Configuration"]
---

# Update accumulator configuration

`PATCH /v1/accumulator-configs/{accumulatorConfigId}`

Update accumulator configuration

## Path parameters

- `accumulatorConfigId` string, required

## Headers

- `x-tenant` string, required
- `x-cid` string

## Request body

- PatchAccumulatorConfig
  - `conditions` Conditions
    - `processing_code` ListCondition — Add processing codes representing transaction types to either include or exclude - enter one or the other, but not both. If processing codes are "include"d, then only those transactionss of those type(s) are accumulated. If processing codes are "excluded"d, then only non-excluded types are accumulated.
      - `include` string[] — Include these transaction types for accumulation
      - `exclude` string[] — Exclude these transaction types for accumulation
  - `increase_type` 'principal_amount' | 'contract_amount' — Type of increase the accumulator will use for accumulating. `principal_amount` - The transaction amount without fees is accumulated. `contract_amount` - The transaction amount including fees is accumulated.
  - `reset_strategy` ResetStrategy — The strategy to reset the accumulators.
    - `reset_trigger` object — Trigger that resets the accumulators
      - `is_password_present` boolean — Indicates whether the client entered a password
      - `is_pin_validated_offline` boolean — Indicates whether the pin was validated offline, triggering a reset of the accumulator when true
      - `authentication_method` string[] — Indicates which authentication methods should trigger a reset of the flex-control accumulator.

## Response `204`

Not content success.

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
