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
,colors
,logomark
ordarkcolors
- 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
ordintero_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
Mono-color
https://checkout.dintero.com/v1/branding/logos/visa_mastercard_vipps_swish_walley/variant/mono/color/444444/width/600/dintero_top_frame.svg
Dark colors
https://checkout.dintero.com/v1/branding/logos/visa_mastercard_vipps_swish_walley/variant/darkcolors/color/eeeeee/width/600/dintero_top_frame.svg