Added
Color customization in the SCA hosted experience
Your platform can now use 2 custom colors in the SCA hosted experience. Doing so requires 2 actions on your part:- Define the
PrimaryThemeColourandPrimaryButtonColourhex values by calling the PUT Update a Client endpoint (for example, using Postman). Note that you need to wait about an hour for the API colors to appear in the SCA session. - Add the query parameters to the SCA
RedirectUrlvalue to use the colors in the session when you redirect the user:- Add
&primary=trueto use thePrimaryThemeColour - Add
&cta=trueto use thePrimaryButtonColour
- Add
primary=true, then the PrimaryThemeColour is used for the CTA button as well as the icon accent elements.
If you set only cta=true, then the PrimaryButtonColour is used for the CTA button and the T&Cs checkbox, but not the icon accents.
For more information and to see an example, see SCA customization →