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 requestThe payment form offers visual customization options, enabling you to align its design with your website’s style. While the overall layout of each form remains consistent, you can adjust elements like colors, fonts, borders, padding, and more.
In a checkout request, you can override the payment form settings configured in the back office by defining the payment_form_override
object.
color
: This property allows you to define payment button color.theme_type
: This property allows you to define theme.theme_variables
: This property enables you to override specific CSS variables to define custom styles for the payment form.theme_rules
: This property allows you to define additional custom CSS rules to further tailor the design.Begin 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.