UpGate is a world-class payment orchestration platform. Our mission is to simplify payments and make it easier for merchants to reach global customers. We use the latest technologies to help you achieve better conversions and global user monetization.
https://docs.upgate.com/_mock/openapi/
https://api.sandbox.upgate.com/v1/
taxOverride
object was added to Checkout requestpaymentFormOverride
object was added to Checkout requestBegin customizing the payment form by selecting one of the available themes below:
Note: BROWSER
theme it's a automatically switch theme between LIGHT
and DARK
depends of system OS color scheme.
The theme_variables
property is used to override default CSS variables of the payment form. This allows you to quickly and easily customize specific aspects of the design. The variables option functions similarly to CSS variables. You can assign CSS values to each variable and reference them using the var(--myVariable)
syntax. Additionally, you can use your browser’s DOM explorer to inspect the applied styles in the resulting DOM.
Variable | Description |
---|---|
primaryColor | Defines the primary color used across the application. |
backgroundColor | Background color of the component. |
formBackground | Background color of the form. |
fontSizeBase | Base font size. |
fontFamily | Font family used across the application. |
loaderColor | Color for loader. |