Overview
The Checkout Branding API generates customized payment logo images by specifying payment types, colors, dimensions, and templates through URL parameters.URL parameters
A list of payment logos separated by underscores (_).Example: visa_mastercard_applepay_googlepay_vipps_mobilepay_swish_walley_klarna_billie_clicktopayAvailable logos: visa mastercard vipps swish walley klarna applepay googlepay mobilepay billie clicktopay two kravia
Style variant for the logos. RGB hex code without the # character.Examples: 444444, ee00eeFor colors and darkcolors variants, color applies to text and frame elements only. Does not apply to logomark and smallmark variants.
Image width in pixels. Recommended range: 400–600px.Examples: 600, 450, 800
Layout template for the logo display. Use your payment profile instead of manually specifying logos. The profile automatically shows all configured payment methods and updates when you change them in your Dintero account.Example: Complete examples
Variant: logomark
No Dintero branding. Secure payment text is hidden.Variant: smallmark
Smaller logos, no Dintero branding.Best practices
- Choose logos that match your accepted payment methods.
- Use the
darkcolors variant on dark backgrounds for better visibility.
- Keep width between 400–600px for optimal display on most devices.
- Use
logomark to minimize branding and focus on payment options; use smallmark for a smaller size.
- Match the
color parameter to your website’s text or border color.
- Test the generated SVG in your environment before deploying to production.