PaysafeCard Brand Guidelines and Logos
The PaysafeCard integration must be done accordingly to the brand guidelines outlined in the Partner Marketing Center. Once one there a business partner will need to register a new account. For further assistance the business partner can contact an account manager.
The svg PaysafeCard logos can be accessed via the following endpoints:
- During the test phase: https://customer.test.at.paysafecard.com/rest/payment/logo.svg?mid=MID&submerchant_id=SUBMERCHANT_ID&country=COUNTRY
- Pre-production and live: https://customer.cc.at.paysafecard.com/rest/payment/logo.svg?mid=MID&submerchant_id=SUBMERCHANT_ID&country=COUNTRY
To get the correct logo for the type of integration and country, the following parameters must be correctly specified when calling the endpoint:
| Parameter | Description | Format |
|---|---|---|
mid (mandatory) | The Merchant ID is the unique merchant identifier and also defines the currency being used for a transaction. | default value of 10 digits |
submerchant_id (mandatory - only if any is set for the MID) | The Reporting Criteria (or submerchant Id) is used to classify sub-merchants. The setup of RCs must be agreed with PaysafeCard. | max. value of 8 alphanumeric characters |
country (mandatory) | The target country. | 2-digit ISO 3166-1 |
Example request: https://customer.test.at.paysafecard.com/rest/payment/logo.svg?mid=1090002661&submerchant_id=1&country=AT
Integration on desktop devices
The PaysafeCard hosted payment page can be presented in a popup window or, alternatively, in an iframe. Always allow vertical scrolling or dynamic sizing.
- Width: 600px
- Height: max. 840px
Integration on mobile devices
PaysafeCard's payment page is optimised automatically for mobile devices.
If a customer is using a device with a smaller resolution than 600px, a payment panel optimised for mobile devices will be automatically shown. This is also the case if the embedded iframe has a smaller width than 600px.