> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/pay/checkout-branding/updatebrandingsettings.md).

# UpdateBrandingSettings

### Description

You can select a primary color for the left side of the checkout page, and a secondary color for the PAY button. The checkout page will also feature your icon.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyTaskVoid> UpdateBrandingSettings(VyUpdateBrandingSettingsRequest reqParams)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| reqParams     | [VyUpdateBrandingSettingsRequest](/sdk-reference/c-sdk-v3/object-references/pay/vyupdatebrandingsettingsrequest.md) | Request data for the operation |
| ------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| {% endtab %}  |                                                                                                                     |                                |
| {% endtabs %} |                                                                                                                     |                                |
