Features
White Label Control
If desired, Pay4Fun's API offers the possibility to control header color and logo display. To use the feature, the proper parameters should be sent on Pay In requests. The parameter "layoutColor" must have its value set with a hexadecimal color code and it will control the header color on all Pay4Fun's interfaces. The parameter "merchantLogo" must have its value set with a URL for the image to be displayed.
```postman_json
{
...
"MerchantLogo": "https://sb-images.spinbet.com/assets/images/spinbetNameAndLogo.svg",
"LayoutColor": "#1d113c",
}
```Last updated
Was this helpful?
