Skip to content

Using SieCommerce Hosted Payment Page

The Hosted Payment Page (HPP) is a service that lets you use SieCommerce without the need of having any extra consumer facing website.

You will have to integrate with our Session Management API to start a payment session and then use HPP to deliver the payment to your customers.

Prerequisites

Option 1: Using SieCommerce Checkout widget

If you are using the SieCommerce Checkout widget, the use of the Hosted Payment Page is already embedded. When the customer clicks 'Continue' in the widget, the HPP session is automatically created and the user is redirected to the HPP.

Refer to SieCommerce Checkout how-to guidelines for details on how to integrate.

Option 2: Not using SieCommerce Checkout widget

If embedding the checkout widget into your website doesn't work for you, or you would prefer to display the leasing options in a different way, then you can directly integrate with the Hosted Payment Page.

Steps to integrate

  1. Create a payment session (on server side).
  2. Create a hosted payment page session (on server side).
  3. Get the HPP redirect URL from the created HPP session.
  4. Redirect the customer to the HPP redirect URL.