# 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](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/pay/fvyupdatebrandingsettingsrequest) | Parameters for this operation (FVyUpdateBrandingSettingsRequest)                        |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnComplete                                                                                                                            | The callback function called when the user preferences retrieval operation is complete. |
