Inline mode
window.transactionlink.setOptions({
inline: true // boolean,
autoHeight: true, // boolean, enables automatic height adjustment based on content
showCloseButton: undefined, // boolean | undefined - if set to true, displays the close button in inline mode; defaults to undefined (hidden)
...otherOptions
});<div class="widget-wrapper">
<div id="transactionlink-widget" />
</div>.widget-wrapper {
width: 100%;
height: 100%;
}