- Set a default look for all your checkout sessions using the business configuration.
- Override the default settings for a specific, individual session.
Method 1: Set Default Business Configuration
This method updates the default UI settings for your entire business. These settings will apply to all new checkout sessions unless you override them. Call the Set Business Configuration endpoint with your logo URL and default ui_config settings. This example demonstrates how to set your default business configuration:Method 2: Override UI for a Specific Session
You can override any default setting for a single payment by passing a ui_config object when you create a payment session. This is useful for co-branding, running promotions, or if you operate multiple storefronts under one Tonder account. When calling the Create a Payment Session endpoint, include theui_config object in your request. This example shows how to create a session with custom UI settings for a promotional campaign:
#33CFFF brand color and the custom button text, ignoring the default business config for those fields.
See Also
For more information about customizing your checkout, check out these resources:- UI Configuration Fields: A complete list of all available fields for customization.
- How to Create a Payment Session: The main guide for creating the session itself.

