Authorizations
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
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.
IMMEDIATE "IMMEDIATE"
Pix key of the recipient.
"12345678901"
Amount for the dynamic QR code.
50
Name of the recipient (payee).
"João da Silva"
Payer information.
Due date for the payment (YYYY-MM-DD).
"2024-12-31"
Expiration time in seconds after which the QR code becomes invalid.
3600
City of the recipient.
"São Paulo"
ZIP code of the recipient (8 digits).
"01234567"
Identifier for conciliation by the recipient.
"CONC123456789"
Identifier for the partner system.
"550e8400-e29b-41d4-a716-446655440001"
List of descriptions for the payment.
Response
Dynamic QR code created successfully
Generated Pix QR code string.
"00020101021226850014br.gov.bcb.pix2563qrcode-h.jdpix.com.br/v2/cobv/9d36b84fc70b478fb95c12729b90ca255204000053039865802BR5913Merchant Name6009Sao Paulo62070503***63042C43"

