Skip to main content

Generate new dynamic QR Code

POST 

/api/transaction/generate_qr_code_pix

Generates a new dynamic QR Code.

Request

Body

required
    value doublerequired

    Value to be paid

    description description (string)required

    Description of the transaction

    client_name client_name (string)required

    Name of the person whose charge is being designed to

    client_email client_email (string)

    Email of the person whose charge is being designed to

    client_document client_document (string)required

    Document of the person whose charge is being designed to

    merchant_id merchant_id (string)required

    Reference of the store that solicitate the QrCode

    expiration_date expiration_date (string)

    UTC date informing when the QrCode is going to expire

Responses

Successful operation

Schema
    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

Loading...