Search
Menu
Edit Template

INTEGRATE

Service Presentation API

Our Service Presentation API is designed to provide seamless access to image and text assets and help ensure an optimised checkout experience.

After all, a great user experience is key to encouraging customers to adopt Pay by Bank. By making the checkout process as simple and clear as possible, more people are likely to use it and stick with it.

Benefits

User
Experience

Simplify the checkout process to minimise confusion and enhance the overall user experience, for higher conversion rates.

Easy
Integration

Effortlessly integrate with minimal setup, reducing manual efforts and allowing for automated updates.

Continuous
Optimisation

Brite continuously refines assets, optimising the service presentation to boost adoption and conversion. Our integration ensures you stay future-proofed and benefit from ongoing UX enhancements.

Retrieve Checkout Asset via API

With the Service Presentation API you can retrieve the following localized Assets to show in your checkout:

  • Brite Logotypes
  • Bank Logos
  • Payment method name
  •  Short & long descriptions
 
We recommend to call this API endpoint on a daily basis to retrieve those assets and store them in your database. Don’t save the images but store the links to the images and load them from our server when presenting them to the consumers in the checkout. With that you can ensure that you are always  equipped with the correct and best converting assets from Brite.

API Request

Hosts

presentation.britepayments.io (Production)
presentation.sandbox.britepayments.io (Sandbox)

 

Endpoint
GET /v1/assets/

 

Content-Type
application/json

				
					https://presentation.britepayments.io/v1/assets/?merchant_id=YOUR_MID&vertical=ecommerce&product_type=payment&locale=de_DE
				
			

API Response

Parameter
Description
merchant_id
Unique Merchant ID (MID) to identify your business. If you don’t know your merchant_id, contact the Merchant Solutions Team.
Important: On sandbox you need a sandbox MID, on production you need your production MID.
vertical
Business type. Options: ecommerce, gaming, financialServices.
product_type
Type of product: payment, payout, ais, or play.
locale
Language code(ISO 639-1) + country code(ISO 3166-1 alpha-2). Example: en_BE.
				
					{
    "badge": "https://.../logos/badges/generic/badge.svg",
    "title": "Pay by Bank",
    "tagline": "Brite is a fast and secure way to pay directly from your bank account.",
	"extended_descriptor_text": [
        "Buy Now, Pay Now — cost-free.",
        "No cards, no sign-ups — zero hassle."
    ],
	"bank_logos": [
        "https://.../bank-logos/DE/001_SPARKASSE_DE.svg",
        "https://.../bank-logos/DE/002_VOLKSBANK_DE.svg",
        "https://.../bank-logos/DE/003_COMMERZBANK_DE.svg",
        "https://.../bank-logos/DE/004_DEUTSCHEBANK_DE.svg",
        "https://.../bank-logos/DE/005_POSTBANK_DE.svg",
		...
    ]    
}
				
			
Field
Description
badge
URL to Brites logotype. Where possible, our badge should be displayed at no less than 24px in height to ensure sufficient legibility.
title
Title of the service.
tagline
Brief description of the service.
extended_descriptor_text
Array of strings with detailed information.
bank_logos
Array of URLs to SVG.

Please read and follow our Checkout Guidelines to achieve the best possible Conversion when presenting Brite on your website.