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

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

qrCodeType
integer<int64>

tpQRCode filter (11=static, 12=immediate dynamic, 13=cobv, 14=recurrence, 15-17=composite). Omit to list every type.

Example:

12

startDateTime
string

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

Example:

"2024-10-01T00:00:00.001Z"

endDateTime
string

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

Example:

"2024-11-25T23:59:59.999Z"

page
integer<int64>

Page number (pagina; default 1).

Example:

1

pageSize
integer<int64>

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

Example:

100

Response

OK

cobvQrCodes
object[] | null
required

The due-date dynamic QR codes (qrCodeDinamicoCobv).

consultedAt
string
required

The JDPI consult timestamp (dtHrJdPi).

Example:

"2024-11-26T18:08:49.025Z"

dynamicQrCodes
object[] | null
required

The immediate-dynamic QR codes (qrCodeDinamico).

recurrenceQrCodes
object[] | null
required

The recurrence-only composite QR codes (qrCodeRecorrencia).

staticQrCodes
object[] | null
required

The static QR codes (qrCodeEstatico).