Skip to main content
POST
Create an immediate dynamic 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.

originalAmount
number<double>
required

Original charge amount in reais (valorOriginal).

paymentPayloadUrl
string
required

Payment JWS host URL (urlPayloadJson; no scheme).

recurrence
object
required
recurrencePayloadUrl
string
required

Recurrence JWS host URL (urlPayloadJsonRec; no scheme).

txId
string
required

Conciliation id (idConciliacaoRecebedor).

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

description
object[] | null

Optional additional-data entries (dadosAdicionais).

expirationTime
integer<int64>

QR expiration in seconds.

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