Conversion Optimisation - The Button


At Sign2Pay, we want to empower our merchants with as many tools as we can to assist in the challenge of converting visitors to customers.

One of the easiest conversion gains our merchants can realise is a simple change to the Sign2Pay Payment Button in their checkout page.

GeoLocation

By default, a request to our banks/logo.gif will display an animated gif showing the 4 major banks for the request's country of origin.

<img src="https://app.sign2pay.com/api/v2/banks/logo.gif" width="60" />
Sign2Pay with your Bank Account

Country Specific

If you want to display the primary banks for a specific country code, add the 2 digit iso 3166-1 code as a query param in the image src attribute.

<img src="https://app.sign2pay.com/api/v2/banks/logo.gif?country_code=NL" width="60" />
Sign2Pay with your Bank Account

Consumers Bank

If you have the users email, you can add an md5 hash of the email as a query param in the image src attribute. If this user has already created a Sign2Pay account and added their IBAN, the logo of their bank will be displayed. This call falls back to the animated gif showing the 4 major banks for the request's country of origin if the email is unknown to us.

<img src="https://app.sign2pay.com/api/v2/banks/logo.gif?email=604a14c6685bef4587ab436c6f9655f3" width="60" />
Sign2Pay with your Bank Account

Fallback

As a final fallback, if the country_code cannot be determined via geolocation, OR if the resulting country_code reflects a country not currently supported by Sign2Pay, https://app.sign2pay.com/banks/default.png is displayed.

Sign2Pay with your Bank Account

All images from the banks/logo api are served as square, 100px x 100px. From a frontend perspective, this is no different that adding any other image to your checkout. Use this for your payment button to let your users know they can Sign2Pay via their bank account.


Stuck on Something?

Be sure to check our FAQs, Support, or Contact Us directly.