@stripe/stripe-terminal-react-native
    Preparing search index...

    Type Alias QrCodeDisplayData

    Data required to display a QR code The customer scans this QR code with their mobile payment app to complete the transaction.

    onQrCodeDisplayRequired

    type QrCodeDisplayData = {
        expiresAtMs: number;
        imageUrlPng: string;
        imageUrlSvg: string;
        paymentMethodType: string;
    }
    Index

    Properties

    expiresAtMs: number

    Unix timestamp (in milliseconds) when the QR code expires

    imageUrlPng: string

    URL to a PNG image of the QR code

    imageUrlSvg: string

    URL to an SVG image of the QR code

    paymentMethodType: string

    The payment method type this QR code is for