> 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/ue5-sdk-v3/function-references/pay/checkout-branding/updatebrandingsettings.md).

# UpdateBrandingSettings

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" %}

```cpp
void UpdateBrandingSettings(const FVyUpdateBrandingSettingsRequest& Params, const FVyOnComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Params     | [FVyUpdateBrandingSettingsRequest](/sdk-reference/ue5-sdk-v3/object-references/pay/fvyupdatebrandingsettingsrequest.md) | Parameters for this operation (FVyUpdateBrandingSettingsRequest)                        |
| ---------- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnComplete                                                                                                           | The callback function called when the user preferences retrieval operation is complete. |
