LogoLogo
BlogLogin
English
English
  • An Introduction to Saferpay
    • Licensing
      • Legacy licensing
    • Reconciliation
    • Acquirers & Payment Methods
    • Web Shop Plugins and certified partners
      • ePages Beyond
      • ePages NOW
      • Magento 2
      • Odoo
      • PrestaShop
        • PrestaShop User Guide
      • Salesforce Commerce Cloud
      • SAP Commerce Cloud
      • Shopware 6
        • Shopware 6 User Guide - German
        • Shopware 6 User Guide - English
      • WordPress WooCommerce
      • Shopify
    • Supported Languages
    • Common Saferpay terms - Glossary
  • News
    • Changes for transactions without customer presence
    • Changes for the Saferpay Hosted Forms, Fields and Payment Page
  • Quick Links
    • Web Shop Plugins and certified partners
    • Secure PayGate
    • User Administration
    • Payment Page Configuration
    • Risk Management
    • API Authentication
  • Interfaces
    • Payment API (aka JSON API)
    • Management API
    • Backoffice
      • The Home screen
      • Batch Processing
      • Transactions
        • Transaction Details
        • Batch Close
        • Declined transactions
        • Pending authorizations
        • Analytics
        • SEPA Refunds Export
        • Authorization & Payment
        • Credit
      • Risk Management
      • Secure PayGate / Payment Links
      • Secure Card Data
        • Secure Card Data Details
      • Settings
        • JSON API basic/Client Certificate authentication
        • User Administration
        • Payment Page Configuration
      • Online Support
      • User Profile
    • Saferpay OnSite
    • Feedback
  • Integration Guide
    • Integrating Saferpay
    • Ways of integration
      • General Information
        • Data Security and PCI DSS
        • Versioning
        • 3-D Secure
        • PSD2
        • Dynamic Currency Conversion
        • Iframe Integration and CSS
        • Fraud Intelligence
          • Silver
          • Fraud Intelligence Integration
      • Payment Page
        • Payment Page checklist
      • Transaction Interface
        • Recurring Payments
        • Refunds
          • SEPA Refunds
      • Capture and Daily Closing
        • Partial Captures
          • Marketplace
      • Secure Card Data - Tokenization
      • Saferpay Fields
      • Inquire Interfaces
      • Mobile Integration
      • Omni-Channel
      • Mail Phone Order
      • Error Handling
      • API Health Check
      • Saferpay API Specification
    • Payment Methods & Wallets
      • General and special cases
      • Account-to-Account Payments
      • Alipay+
      • Apple Pay
      • American Express
      • Bancontact
      • Billie
      • blik
      • Click to Pay
      • Diners Club International & Discover Card
      • eps
      • giropay
      • Google Pay
      • iDEAL 2.0
      • JCB
      • Klarna Payments
      • Maestro International
      • Mastercard
      • paydirekt
      • PayPal
      • PostFinance Pay
      • Przelewy24
      • Reka
      • SEPA Direct Debit
      • Sofort by Klarna
      • TWINT
      • UnionPay
      • Visa & V PAY
      • WeChat Pay
      • WL Crypto Payments
    • Testing
    • Go-Live
    • Frequently Asked Questions
    • Saferpay Demo
      • Saferpay Demo Environment
      • Saferpay Demo Shop
    • Support
    • Changelog
Powered by GitBook
On this page
  • What is changing? Am I affected?
  • Payment Page
  • Hosted Forms and Saferpay Fields
  • When will the change be deployed?
  • Can I test this change beforehand?
  • Who can I contact on Worldline side?

Was this helpful?

  1. News

Changes for the Saferpay Hosted Forms, Fields and Payment Page

PreviousChanges for transactions without customer presenceNextPayment API (aka JSON API)

Last updated 1 year ago

Was this helpful?

Due to ongoing modernization efforts, to keep the look and feel of Saferpay state of the art, some changes may need merchant attention.

This site will discuss the changes and will help you to evaluate the impact on the merchants system, if any.

What is changing? Am I affected?

Saferpay will introduce a new and modernized look to its which will also impact the functionality and look of the , the , as well as the in certain ways.

Since it is a technical Integration topic, you should contact your developer/administrator, if you feel unsure about all this.

The impact of this change has to be evaluated on merchant-side. Unfortunately, Worldline Saferpay is unable to do this check for you.

Saferpay can be integrated in multiple ways and not all are impacted. In order to find out, if this impacts you, you need to know, if you use Saferpay in one of the following ways.

Payment Page

We are excited to introduce our new and modernized Payment Page, which has been optimized to minimize user-interactions and for a better compatibility and look on mobile devices.

This will however also mean, that the structure and look is going to change. You need to check, whether your integration relies on the old look in any way, or not.

If you have been using the parameter CssUrl up until now, it will stop working. Saferpay will ignore any CSS, that is submitted.

This is applied retroactively to all SpecVersions, not just new ones.

If you are using CssUrl with the Payment Page, this change will affect you, no matter what.

Hosted Forms and Saferpay Fields

With the upcoming release, we will also apply small CSS changes to the Saferpay Fields as well as the Hosted Forms. As these are intended to be styled by you, this change could have impact on your currently applied look.

You need to check your integration and see, if these changes break your current styling, or not.

The following CSS-code will be changed specifically:

sfp-card-number, sfp-card-exp, sfp-card-cvc, sfp-card-name
{
  display: inline;
  position: static;
  width: auto;
}
sfp-card-number, sfp-card-exp, sfp-card-cvc, sfp-card-name
{
  display: inline-block;
  position: relative;
  width: 100%;
}
.cardnumber__logos
{
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.cardnumber__logos
{
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

This change breaks my style. What can I do?

You have two options to deal with this change:

  • You change your CSS in order to incorporate the changes.

  • You add the old CSS (see above) to yours, in order to overwrite the change and set everything to how it was previously.

When will the change be deployed?

This change will go live in two waves:

March 19th 2024

First wave of merchants will be migrated to the new Payment Page.

All merchants will receive the changes for the Saferpay Fields and Hosted Forms.

March 26th 2024

Second wave of merchants will be migrated to the new Payment Page.

If you havent noticed any changes with the first wave, you'll be migrated with the second.

Can I test this change beforehand?

Yes!

Just configure your current implementation, so it runs on the Saferpay test-environment and go through your normal checkout.

Who can I contact on Worldline side?

Do you still have questions, or concerns?

Furthermore, Saferpay will completely remove the support for , which has been marked as depricated, since May 2020.

Any styling, that is applied via a , will remain unaffected.

Please also see the chapter on and .

This change is already deployed on the on March 1st 2024 and can be tested there. If you haven't already, you can and see the changes for yourself.

Please feel free to .

CSS Styling
Payment Page Configuration
CSS Styling
the Saferpay Fields
Saferpay Test Environment
register for a test account
Payment Page,
Saferpay Fields
Hosted Card Entry Form
contact our Integration Support
Hosted Card Register Form