API
Skip to main content

Layouts

The checkout provides different presentation layouts, adaptable to the intended integration context. The layout is configured via the page.layout parameter in the checkout creation request body.


Web

Full page layout for use in desktop and mobile browsers. Suitable for direct redirection of the customer to the payment page.

Parameter: page.layout: "web"

Layout-web


Embedded

Layout optimised for embedding in web pages via iframe. The payment page is presented directly on the merchant's website.

Parameter: page.layout: "embed"

Layout-cc-form


Mobile App

Layout optimised for embedding in mobile applications via the WebView component.

Parameter: page.layout: "inApp"

Layout-inApp