QrCodeDecodeRequestDTO

Request to decode a QR Code from base64 image or EMV payload

  • payerDocument
    Type: string
    min length:  
    1
    Pattern: \d{11}|\d{14}
    required

    Payer document (CPF or CNPJ digits only); forwarded to keys API on static QR key lookup.

  • qrCode
    Type: string
    min length:  
    1
    required

    QR Code image in base64 format (with or without data URI prefix).

  • codMun
    Type: string Pattern: \d{7}

    IBGE municipality code of the payer (7 digits); forwarded on COBV location fetch.

  • dataPagamento
    Type: string Format: date

    Intended payment date (DPP). For dynamic COBV, forwarded to the receiver when fetching the location URL so the final amount reflects discounts/interest/fines on that date.