Skip to main content

Checkout Branding

Show the rest of the world what types of payments you accept.

Get an image by specifying payment types

https://checkout.dintero.com/v1/branding/logos/{logos}/variant/{variant}/color/{color}/width/{width}/{template}.svg

You can customize these parameters.

  • logos, a list of payment logos separated by _. Eg. visa_mastercard_vipps_swish_walley
  • variant, mono or colors
  • color, an rgb hex code without the hash character or an rgb or rgba color. Eg 444444, rgba(0,0,0,0.5)
  • width, integer of the image width in pixels. Eg. 600
  • template, dintero_top_frame or dintero_left_frame.

Colors

https://checkout.dintero.com/v1/branding/logos/visa_mastercard_vipps_swish_walley/variant/colors/color/cfcfcf/width/600/dintero_top_frame.svg

Colors checkout branding example

Mono-color

https://checkout.dintero.com/v1/branding/logos/visa_mastercard_vipps_swish_walley/variant/mono/color/444444/width/600/dintero_top_frame.svg

Mono checkout branding example

Another example using custom width, color and logos

https://checkout.dintero.com/v1/branding/logos/visa_mastercard/variant/mono/color/FA982D/width/400/dintero_top_frame.svg

Mono checkout branding example

Template dintero_left_frame

https://checkout.dintero.com/v1/branding/logos/visa_mastercard_vipps_swish_walley/variant/colors/color/cecece/width/450/dintero_left_frame.svg

Mono checkout branding example

Get an image for a payment profile

https://checkout.dintero.com/v1/branding/accounts/{account_id}/profiles/{profile_id}/variant/{variant}/color/{color}/width/{width}/{template}.svg
Old version

This old url format, without account_id, still works, but is deprecated:

https://checkout.dintero.com/v1/branding/profiles/{profile_id}/variant/{variant}/color/{color}/width/{width}/{template}.svg

You can customize these parameters.

  • account_id, the id of your Dintero account
  • profile_id, an id of a payment profile. Eg default or P00112233.abc123def321aAabBb9z9cccDdd
  • variant, mono or colors
  • color, an rgb hex code without the hash character or an rgb or rgba color. Eg a0a0a0, rgba(0,0,0,0.5)
  • width, integer of the image width in pixels. Eg. 600
  • template, dintero_top_frame or dintero_left_frame.

Colors

https://checkout.dintero.com/v1/branding/accounts/P00112233/profiles/P00112233.abc123def321aAabBb9z9cccDdd/variant/colors/color/cfcfcf/width/600/dintero_top_frame.svg

Colors checkout branding example

Mono-color

https://checkout.dintero.com/v1/branding/accounts/P00112233/profiles/P00112233.abc123def321aAabBb9z9cccDdd/variant/mono/color/444444/width/600/dintero_top_frame.svg

Mono checkout branding example

Another example using a different profile, width and color

https://checkout.dintero.com/v1/branding/accounts/P00112233/profiles/P00112233.123abcdef321aAabBb9z9cccDdd/variant/mono/color/444444/width/600/dintero_top_frame.svg

Mono checkout branding example

Template dintero_left_frame

https://checkout.dintero.com/v1/branding/accounts/P00112233/profiles/P00112233/variant/mono/color/ee00ee/width/450/dintero_left_frame.svg

Mono checkout branding example