Docs

PaperCheckoutDisplay

enum PaperCheckoutDisplay {
DRAWER,
EMBED,
MODAL,
NEW_TAB,
POPUP,
}

DRAWER

Open the checkout in a drawer on the right side of the parent page with a darkened background.

NOTE: Pay with Crypto is disabled in this display mode.

"DRAWER";

EMBED

Embed the checkout directly on the parent page.

NOTE: Pay with Crypto is disabled in this display mode.

"EMBED";

Open the checkout in a modal on the parent page with a darkened background.

NOTE: Pay with Crypto is disabled in this display mode.

"MODAL";

NEW_TAB

Open the checkout in a new browser tab.

"NEW_TAB";

Open the checkout in a new popup centered over the parent window.

"POPUP";