GET
/qr-codesAutenticadoListar QR Codes
Lista QR Codes Pix estáticos e de cobrança imediata da conta.
https://gateway.credito-direto.com/api/qr-codes
cURL
cURL
curl --request GET \
--url 'https://gateway.credito-direto.com/api/qr-codes' \
--header 'accept: application/json' \
--header 'authorization: Bearer TOKEN'Exemplo de resposta
Response JSON
{
"items": [
{
"id": "qr_01",
"qrcode_type": "COBRANCA_IMEDIATA",
"status": "ATIVA",
"txid": "TXID123",
"pix_key": { "id": "key_01", "key": "recebe@credito-direto.com", "key_type": "EMAIL" },
"original_value": 50.0,
"emv_payload": "00020126...",
"image_base64": "iVBORw0KGgo...",
"created_at": "2026-08-21T11:00:00.000Z",
"updated_at": "2026-08-21T11:00:00.000Z"
}
]
}