Display QR-Code

Related components: O21pay-QR

Attributes

Name
Description
Mandatory

size

width/hight of QR-Code

N

theme

light/dark

N

shadow

Display shadow window

N

Events

Name
Description

o21pay_QRclick

You receive this event when you click on the qr-code

Example

<o21pay-qr size="320" theme="light" shadow></o21pay-qr>
addEventListener('o21pay_QRclick', function (e) {
    //e.detail.url;
})

Last updated