---
title: "Create limit acceptance config by account"
method: POST
path: "/v1/acceptance/processing-code/{processingCode}/account/{accountId}"
tags: ["Limit acceptance configurations"]
---

# Create limit acceptance config by account

`POST /v1/acceptance/processing-code/{processingCode}/account/{accountId}`

Create a limit acceptance configuration for authorizations on the account level. This configuration applies to authorizations generated by operations defined in the provided processing code.

This is the most granular level allowed and can be used to customize a specific account. There can be only one configuration by account. New creation attempts for the same account get a conflict response.

At least one of the following objects is **required** in this request:
- `network_authorization` 
- `platform_authorization`
- `authorization`

This configuration currently supports only the over-limit feature. See the [Over-limit fee](https://developers.pismo.io/pismo-docs/docs/over-limit-fee) guide for more information.

## Request body

- AcceptanceRequest — Acceptance configuration request
  - `network_authorization` object — Group of acceptance configurations related to the network authorization flow
    - `over_limit` Overlimit — Group of configurations related to the over-limit flow
      - `enable` boolean, required — Flag to enable the over-limit feature.
    - `limit_refund` LimitRefund — Group of configurations related to the limit refund flow
      - `enable` boolean, required — Flag to enable the limit refund feature.
  - `platform_authorization` object — Group of acceptance configurations related to the platform authorization flow
    - `over_limit` Overlimit — Group of configurations related to the over-limit flow
      - `enable` boolean, required — Flag to enable the over-limit feature.
    - `limit_refund` LimitRefund — Group of configurations related to the limit refund flow
      - `enable` boolean, required — Flag to enable the limit refund feature.
  - `authorization` object — Group of acceptance configurations related to the authorization flow
    - `over_limit` Overlimit — Group of configurations related to the over-limit flow
      - `enable` boolean, required — Flag to enable the over-limit feature.
    - `limit_refund` LimitRefund — Group of configurations related to the limit refund flow
      - `enable` boolean, required — Flag to enable the limit refund feature.

## Response `201`

Created

- AcceptanceResponse — Acceptance configuration response
  - `network_authorization` object — Group of acceptances related to the network authorization flow
    - `over_limit` Overlimit — Group of configurations related to the over-limit flow
      - `enable` boolean, required — Flag to enable the over-limit feature.
    - `limit_refund` LimitRefund — Group of configurations related to the limit refund flow
      - `enable` boolean, required — Flag to enable the limit refund feature.
  - `platform_authorization` object — Group of acceptances related to the platform authorization flow
    - `over_limit` Overlimit — Group of configurations related to the over-limit flow
      - `enable` boolean, required — Flag to enable the over-limit feature.
    - `limit_refund` LimitRefund — Group of configurations related to the limit refund flow
      - `enable` boolean, required — Flag to enable the limit refund feature.
  - `authorization` object — Group of acceptances related to the authorization flow
    - `over_limit` Overlimit — Group of configurations related to the over-limit flow
      - `enable` boolean, required — Flag to enable the over-limit feature.
    - `limit_refund` LimitRefund — Group of configurations related to the limit refund flow
      - `enable` boolean, required — Flag to enable the limit refund feature.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `409` — Conflict
- `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/versions/935b62e16de4/schema)
