Skip to main content
POST
Create dynamic QR code

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint using client credentials (clientId and clientSecret).

Include token in Authorization header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Token expires after 3600 seconds (1 hour).

Body

application/json
type
enum<string>
required

Specifies the QR Code type. For IMMEDIATE, this indicates a single-use QR Code generated for instant Pix payments with a predefined amount and expiration time.

Available options:
IMMEDIATE
Example:

"IMMEDIATE"

key
string
required

Pix key of the recipient.

Example:

"12345678901"

amount
number<double>
required

Amount for the dynamic QR code.

Example:

50

recipientName
string
required

Name of the recipient (payee).

Example:

"João da Silva"

payer
object
required

Payer information.

dueDate
string<date>
required

Due date for the payment (YYYY-MM-DD).

Example:

"2024-12-31"

expirationTime
integer
required

Expiration time in seconds after which the QR code becomes invalid.

Example:

3600

city
string
required

City of the recipient.

Example:

"São Paulo"

zipCode
string
required

ZIP code of the recipient (8 digits).

Example:

"01234567"

recipientConciliationId
string
required

Identifier for conciliation by the recipient.

Example:

"CONC123456789"

partnerId
string<uuid>
required

Identifier for the partner system.

Example:

"019c96a0-0c0c-7221-8cf3-13313fb60081"

description
object[]
required

List of descriptions for the payment.

Response

Dynamic QR code created successfully

qrCode
string
required

Generated Pix QR code string.

Example:

"00020101021226850014br.gov.bcb.pix2563qrcode.example.com.br/v2/cobv/9d36b84fc70b478fb95c12729b90ca255204000053039865802BR5913Merchant Name6009Sao Paulo62070503***63042C43"