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
- Merchant profile set up - contact us to get this
- API client credentials in order to obtain a valid auth token for creating a payment session
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
- Create a payment session (on server side).
- Create a hosted payment page session (on server side).
- Get the HPP redirect URL from the created HPP session.
- Redirect the customer to the HPP redirect URL.