Dintero
  • Documentation
  • Plugins & Integrations
  • Back to dintero.com

›Checkout

Getting started

  • Getting Started
  • Client / Applications
  • Webhooks
  • Errors
  • Data types

Checkout

  • Introduction
  • Checkout API Client
  • Integration Guide
  • Integration Checklist
  • Postman Guide
  • Test data
  • Results & Errors
  • Branding
  • Custom theme

Payout Reports

  • Payout Reports
  • Dintero Reports
  • Vipps settlement files

CustomerHUB

  • Customer Service
  • Authentication Service

RewardEngine

  • Discount & Reward Service

ReceiptHUB

  • Receipt Service

Virtual Card

  • Virtual Card Service

API Reference

  • Checkout API Reference
  • Dintero API Reference

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_instabank
  • 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_instabank/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_instabank/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_instabank/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/profiles/{profile}/variant/{variant}/color/{color}/width/{width}/{template}.svg

You can customize these parameters.

  • profile, an id of a payment profile. Eg 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/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/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/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/profiles/P00112233/variant/mono/color/ee00ee/width/450/dintero_left_frame.svg

Mono checkout branding example

Last updated on 10/4/2019
← Results & ErrorsCustom theme →
Copyright © 2021 Dintero AS
Integration Support