---
title: "Create or change store configuration"
method: PUT
path: "/api/creditcontrol/storeconfig"
tags: ["Store Configuration"]
---

# Create or change store configuration

`PUT /api/creditcontrol/storeconfig`

Creates or changes store configuration data related to [customer credit accounts](https://help.vtex.com/en/tracks/customer-credit-getting-started--1hCRg21lXYy2seOKgqQ2CC/7FHLd0cmxqqGeEUuc8uioU).

## Permissions

Any user or [API key](https://developers.vtex.com/docs/guides/api-authentication-using-api-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:

| **Product** | **Category** | **Resource** |
| --------------- | ----------------- | ----------------- |
| Credit Control | Main | **Main Access** |
| Credit Control | Store Configuration | **Edit Configuration** |

There are no applicable [predefined roles](https://help.vtex.com/en/tutorial/predefined-roles--jGDurZKJHvHJS13LnO7Dy) for this resource list. You must [create a custom role](https://help.vtex.com/en/tutorial/roles--7HKK5Uau2H6wxE1rH5oRbc#creating-a-role) and add at least one of the resources above in order to use this endpoint.To learn more about machine authentication at VTEX, see [Authentication overview](https://developers.vtex.com/docs/guides/authentication).

>❗ To prevent integrations from having excessive permissions, consider the [best practices for managing API keys](https://help.vtex.com/en/tutorial/best-practices-api-keys--7b6nD1VMHa49aI5brlOvJm) when assigning License Manager roles to integrations.

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- object
  - `dailyInterestRate` number, required — Daily interest rate (percent 0.1 = 10%).
  - `invoicePostponementLimit` number, required — Maximum number of postponements allowed.
  - `taxRate` number, required — Tax rate value (percent 0.1 = 10%).
  - `maxPostponementDays` number, required — Maximum number of days of postponement.
  - `defaultCreditValue` number, required — Default credit amount.
  - `maxPreAuthorizationGrowthRate` number, required — Pre-authorization growth rate value (percent 0.1 = 10%).
  - `myCreditsEnabled` boolean, required — Show the [My Credits](https://help.vtex.com/en/tutorial/customer-credit-overview--1uIqTjWxIIIEW0COMg4uE0#my-credits) page on storefront.
  - `toleranceEnabled` boolean, required — Allows orders to be placed even if they exceed X % of the account's credit limit.
  - `automaticCheckingAccountCreationEnabled` boolean, required — Allows users who have not previously received credit to complete an order.
  - `postponementEnabled` boolean, required — Postponement option activated.
  - `notificationsSettings` object — Notification settings information.
    - `daysPrior` object[] — Notification information sent before invoice payment date.
      - `days` integer, required — How many days before the invoice payment date is the notification sent.
      - `timeOfDay` string, required — Notification sending time.
    - `daysAfter` object[] — Notification information sent after invoice payment date.
      - `days` integer, required — How many days after the invoice payment date is the notification sent.
      - `timeOfDay` string, required — Notification sending time.

## Response `200`

OK

- object
  - `dailyInterestRate` number, required — Daily interest rate (percent 0.1 = 10%).
  - `invoicePostponementLimit` number, required — Maximum number of postponements allowed.
  - `taxRate` number, required — Tax rate value (percent 0.1 = 10%).
  - `maxPostponementDays` number, required — Maximum number of days of postponement.
  - `defaultCreditValue` number, required — Default credit amount.
  - `postponementEnabled` boolean, required — Postponement option activated.
  - `automaticCheckingAccountCreationEnabled` boolean, required — Allows users who have not previously received credit to complete an order.
  - `toleranceEnabled` boolean, required — Allows orders to be placed even if they exceed X % of the account's credit limit.
  - `myCreditsEnabled` boolean, required — Show the [My Credits](https://help.vtex.com/en/tutorial/customer-credit-overview--1uIqTjWxIIIEW0COMg4uE0#my-credits) page on storefront.
  - `maxPreAuthorizationGrowthRate` number, required — Pre-authorization growth rate value (percent 0.1 = 10%).
  - `notificationsSettings` object — Notification settings information.
    - `daysPrior` object[] — Notification information sent before invoice payment date.
      - `days` integer, required — How many days before the invoice payment date is the notification sent.
      - `timeOfDay` string, required — Notification sending time.
    - `daysAfter` object[] — Notification information sent after invoice payment date.
      - `days` integer, required — How many days after the invoice payment date is the notification sent.
      - `timeOfDay` string, required — Notification sending time.

---

[API](https://skmtc.net/vtex/apis/customer-credit-api.md) · [All operations](https://skmtc.net/vtex/apis/customer-credit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vtex/customer-credit-api/versions/6397d4efe3b7/schema)
