Skip to main content
POST
Create a static composite PIX Automatico QR code

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
accountId
string
requerido

The CRM account id of the recipient (sources name + city).

Ejemplo:

"acc-123"

jwkUrl
string
requerido

JWK Set URL (urlJwk; no scheme).

Ejemplo:

"example.com/pix/jwks"

key
string
requerido

The recipient PIX key the composite QR pays into.

Ejemplo:

"fulano.tal@provedor.com.br"

recurrence
object
requerido

The embedded recurrence configuration (dadosRecorrencia).

recurrencePayloadUrl
string
requerido

Recurrence JWS host URL (urlPayloadJsonRec; no scheme).

Ejemplo:

"example.com/pix/rec/abc"

amount
integer<int64>

Amount in centavos (0 = any-amount static QR).

Ejemplo:

110001

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

Ejemplo:

"04358798"

description
string

Free-text additional data (dadosAdicionais).

Ejemplo:

"Conta de energia"

txId
string

Conciliation id (idConciliacaoRecebedor).

Ejemplo:

"TX-1"

zipCode
string

Recipient postal code (cep).

Ejemplo:

"01227200"

Respuesta

Created

qrCode
string
requerido

The generated EMV composite-QR payload (base64-decoded, ready to render).

Ejemplo:

"00020126..."

documentId
string

The recurrence/charge document id (idDocumento, GUID).

Ejemplo:

"52c43361-caa1-4ddb-9152-708426a25db3"

recurrencePayload
string

The signed recurrence JWS (payloadJwsRecorrencia).

Ejemplo:

"eyJhbGciOiJQUzUxMi..."