Skip to content

Using SieCommerce Checkout

Integrate with our Payment Session REST API to create a Payment Session and then use the returned client token to display the widget. The widget will trigger the necessary calls to our backend and will support the customer providing an excellent customer experience.

If the customer wants to proceed with leasing, they will be transferred to our hosted payment page to complete the transaction.

Prerequisites

Steps to integrate

  1. Create a payment session (on server side).
  2. Get the client token from the created payment session.
  3. Use the client token to display the widget using the JavaScript API.
  4. Customer selects a leasing option and clicks 'Continue' (on client side).

checkout1