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
Pix key of the recipient.
"12345678901"
Fixed amount for the static QR code.
100
Name of the recipient (payee).
"João da Silva"
Account identifier of the recipient.
"01989f9e-6508-79f8-9540-835be49fbd0d"
Unique transaction identifier (endToEndId).
"TXN123456789"
Description of the payment.
"Payment for services"
Response
Static QR code created successfully
Generated Pix QR code string.
"00020101021226850014br.gov.bcb.pix2563qrcode-h.jdpix.com.br/v2/cobv/9d36b84fc70b478fb95c12729b90ca255204000053039865802BR5913Merchant Name6009Sao Paulo62070503***63042C43"

