Skip to main content

Create new dynamic QR Code.

POST 

/pix/deposits/qr-codes/dynamic/instant-billing

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Enter the pix billing information on the requisition body below and execute to get a new dynamic QR Code.

Request

Header Parameters

    x-transaction-uuid stringrequired

    The transaction ID is a UUID (v4) used to uniquely identify the object that will be created. All objects must have an identifier.

    nonce stringrequired

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

Body

required
    key stringrequired

    PIX Key.

    document_value numberrequired

    Value in R$ cents

    expiration_date date-time

    Expiration date to pay dynamic QR Code.

    summary string

    User friendly dynamic QR Code identifier.

    description stringrequired

    User defined payment description.

    payer_request string

    Payer request.

Responses

The created QR Code returned successfully.

Schema
    id stringrequired

    Dynamic QR Code ID.

    key_id stringrequired

    Associated key ID.

    state stringrequired

    Possible values: [PENDING, READY, ERROR]

    Dynamic QR Code state.

    summary string

    User defined payment ID.

    description stringrequired

    User defined payment description.

    expiration_date date-time

    Expiration date to pay dynamic QR Code.

    created_at date-timerequired

    Dynamic QR Code created at.

Loading...