Skip to main content

Get Dynamic QR Code by ID

GET 

/v1/pix/deposits/qr-codes/dynamic/:id

Retrieve a specific dynamic QR Code associated with the user using its unique identifier.

Request

Path Parameters

    id stringrequired

    Dynamic QR Code ID.

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Responses

The dynamic QR Code returned successfully.

Schema
    id stringrequired

    Dynamic QR Code ID.

    txid stringrequired

    Dynamic QR Code txID.

    emv stringrequired

    EMV code.

    expiration_date date-timerequired

    Dynamic QR Code expiration date.

    key_id stringrequired

    Associated key ID.

    value number

    Value in R$ cents.

    description stringrequired

    User defined dynamic QR Code description.

    state stringrequired

    Possible values: [PENDING, READY, ERROR]

    Dynamic QR Code state.

    created_at date-timerequired

    Dynamic QR Code created at.

Loading...