Skip to main content
POST
Create a static composite Pix Automático QR code

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

Body

application/json
accountId
string
required

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

jwkUrl
string
required

JWK Set URL (urlJwk; no scheme).

key
string
required

The recipient Pix key the composite QR pays into.

recurrence
object
required
recurrencePayloadUrl
string
required

Recurrence JWS host URL (urlPayloadJsonRec; no scheme).

amount
number<double>

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

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

description
string

Free-text additional data (dadosAdicionais).

txId
string

Conciliation id (idConciliacaoRecebedor).

zipCode
string

Recipient postal code (cep).

Response

Created

qrCode
string
required

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

documentId
string

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

recurrencePayload
string

The signed recurrence JWS (payloadJwsRecorrencia).