---
title: "Set Business Configuration"
method: POST
path: "/checkout/v1/business/config"
tags: ["Hosted Checkout"]
---

# Set Business Configuration

`POST /checkout/v1/business/config`

Sets the default UI configuration (logo and styles) for all your Hosted Checkout sessions.
This configuration will be applied to all payment sessions unless overridden at the session level.

## Request body

- object
  - `logo_url` string, uri — A publicly accessible URL for your business logo
  - `ui_config` UIConfig — UI configuration for Hosted Checkout customization
    - `branding` object
      - `brand_color` string — Primary brand color (hex code)
    - `theme` object
      - `shapes` 'rounded' | 'square' — Shape style for UI elements

## Response `200`

Configuration saved successfully

- object
  - `logo_url` string, uri
  - `ui_config` UIConfig — UI configuration for Hosted Checkout customization
    - `branding` object
      - `brand_color` string — Primary brand color (hex code)
    - `theme` object
      - `shapes` 'rounded' | 'square' — Shape style for UI elements

---

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