Skip to main content
GET
List the PSP's Pix QR codes

Authorizations

Authorization
string
header
required

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).

Query Parameters

qrCodeType
integer<int64>

tpQRCode filter (11=static, 12=immediate dynamic, 13=cobv, 14-17=composite).

startDateTime
string

Window start (dtHrInicial; aaaa-mm-ddTHH:mm:ss.sssZ).

endDateTime
string

Window end (dtHrFinal; aaaa-mm-ddTHH:mm:ss.sssZ; ≤90d from start).

page
integer<int64>

Page number (pagina; default 1).

pageSize
integer<int64>

Page size (tamanhoPagina; default 50, max 100).

Response

OK

consultedAt
string
required

The upstream consult timestamp (upstream timestamp).

dynamicQrCodes
object[] | null

The immediate-dynamic QR codes (qrCodeDinamico).

staticQrCodes
object[] | null

The static QR codes (qrCodeEstatico).