Skip to main content

QrCode request fields

QrCode request fields

    code code (integer)

    Possible values: [200, 422, 404, 408, 500]

    Response code

    status status (string)

    Possible values: [pending, failed]

    Transaction status

    message message (string)

    Message about the request

    qr_code qr_code (string)

    PIX EMV QrCode

    transaction_uuid transaction_uuid (string)

    Reference of the QrCode for conciliation

    merchant_id merchant_id (string)required

    Reference of the store that solicitate the QrCode

    orders object[]required

    Array of object that contains fee value and the company_identifier(wallet identifier)

  • Array [
  • anyOf
    fee floatrequired

    Percent of fee for the store

    value floatrequired

    Value for the store

    company_identifier stringrequired

    Identifier for the store(wallet identifier)

  • ]