Mayson Monorepo Documentation
    Preparing search index...
    interface PixDisplayQrCode {
        data?: string;
        expires_at?: number;
        hosted_instructions_url?: string;
        image_url_png?: string;
        image_url_svg?: string;
    }
    Index

    Properties

    data?: string

    The raw data string used to generate QR code, it should be used together with QR code library.

    expires_at?: number

    The date (unix timestamp) when the PIX expires.

    hosted_instructions_url?: string

    The URL to the hosted pix instructions page, which allows customers to view the pix QR code.

    image_url_png?: string

    The image_url_png string used to render png QR code

    image_url_svg?: string

    The image_url_svg string used to render svg QR code