v1
latestOpenAPI 3.1.02026-08-0629140119.9 KBPIX QR Codes
Create Dynamic QR Code
Allowed Payers (allowed_tax_ids)
When allowed_tax_ids is provided, only payers whose CPF/CNPJ matches one of the listed values will be accepted at payment time. When omitted or null, payments from any document are accepted.
post/v1/dynamic-qrcode
Request body
Example request
{
"allowed_tax_ids": [
"012.345.678-90",
"45.059.493/0001-73"
],
"amount_in_cents": 4000,
"due_date": "2026-06-01",
"expiration": 86400,
"external_reference_id": "external-ref-123",
"payer_data": {
"document_number": "012.345.678-90",
"name": "João Silva"
}
}Response
Dynamic QR code created successfully
Example response
{
"copy_paste": "00020126...",
"external_reference_id": "order-12345"
}