Product and checkout widgets

The product page widget should be shown in the product description page (PDP) if the product is leasable. It shows the lowest lease monthly price and has a learn more modal.

The checkout page widget should be shown on the checkout page when Raylo Pay is enabled and selected as a checkout option, and the shopping basket is eligible for Raylo Pay. It shows the lowest lease monthly price and has a learn more modal.

Product description page widget
Checkout page widget
"Learn more" modal

In order to see how to use the widgets in the frontend of your app, see the Widgets section.

The SDK should be used to generate JWTs that can then be used to show the widgets.

Here is a code sample of how to generate a checkout widget JWT:

And here is an example of how to generate a product widget JWT:

Last updated

Was this helpful?