Create a Static QR Code
Use this endpoint to create a static Pix BR Code that can be reused for multiple payments.
Notes:
-
Static QR Codes are reusable and can be paid multiple times.
-
Amount is optional - if not provided, the payer will enter the amount.
-
The receiver key must be owned by the account holder making the request.
-
The QR Code payload (EMV) is generated following the EMV QCO specification.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Query Parameters
Returns the rendered QR code in base64 alongside the EMV payload.
Body
Response
Static QR Code created successfully.
QR Code unique identifier.
"019c96a0-0bf7-7060-8f39-1bfbcb9168ca"
EMV QR Code payload.
"00020126580014br.gov.bcb.pix..."
Base64 encoded QR Code image (if requested).
Pix key.
"+5511999999999"
Fixed amount (if set).
"100.00"
Description.
"Payment for order #12345"
"2024-01-15T10:30:00Z"

