Ways of integration

Saferpay consists of two main interfaces and a set of different additional modules that can be added to each interface depending on the business requriements and desired payment flow.

The main components of the Saferpay JSON API are:

  • Payment Page Interface

  • Transaction Interface

  • and the additional Secure Card Data module

It is important to understand the different intended uses and functionalities of each component to decide which Interface is best suited for your business and desired payment flows.

Supported payment methods per interface

*-Integration via this method requires special attention. See the respective payment method chapter for more information!

What should i use?

Before implementing, it is important to clarify which functions are important for you.

Use the PaymentPage/ E-Commerce, if...

  • You only want to do transactions: Do you have a small and simple web shop? Are refunds over the API, or recurring payments not important for you? The Payment Page and a regular E-Commerce contract probably are sufficient for you.

  • You want to have one solution for every payment method: The PaymentPage does support every payment method Saferpay has to offer. Once integrated, it is a simple matter of activating the payment methods you need and they will show up on the page.

Use the Transaction Interface/Saferpay Business, if...

  • You want a more embedded/integrated solution: The Transaction Interface does offer a more integrated and personalized payment flow for credit cards, via the Saferpay Fields, or iframe integration. Think of it as the Payment Page reduced down to the card entry form, which can be embedded into every HTML-based application.

  • You want to do recurring payments: Recurring Payments need special API functions, that are only available over Saferpay Business!

  • You want to execute refunds via the API: Refunds via API (Consider that refunds are also possible via the Saferpay Backoffice) are only possible with the transaction interface and a Saferpay Business license.

  • You want to save and use card data in our Secure Card Data store: Similar to recurring payments, but Secure Card Data can do more that just that. You could also spare your customer from entering his card data over and over again, even for 3D Secure payments!

Why not both?

If you have access to Saferpay Business, you also have access to all API functions Saferpay has to offer. You don't have to stick to one interface or the other, you can also mix both interfaces.

In some cases, you have to use the PaymentPage. For example, if you want to use PayPal, or any other 3rd party provider.

Another use case could be that you do all your normal authorizations over the PaymentPage, but then you use the Transaction Interface for Refunds.

If you decide to upgrade from E-Commerce to Business (For example for executing refunds via API) and already have a PaymentPage Integration, you can simply extend your integration for the functions you need, without changing the whole existing implementation.

Questions?

Still unsure what you need?

Contact the Saferpay Integration Support and we will help you deciding!

Last updated