Skip to main content
POST
Create a CobV (due-date) 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"

daysAfterDue
integer<int64>
requerido

Days after the due date the charge can still be paid (diasAposVenc).

Ejemplo:

365

dueDate
string
requerido

Due date for payment (dtVenc; aaaa-mm-dd).

Ejemplo:

"2021-06-17"

finalAmount
integer<int64>
requerido

Final charge amount in centavos (valorFinal, after adjustments).

Ejemplo:

100001

jwkUrl
string
requerido

JWK Set URL (urlJwk; no scheme).

Ejemplo:

"example.com/jwks"

key
string
requerido

The recipient PIX key the composite QR pays into.

Ejemplo:

"fulano.tal@provedor.com.br"

paymentPayloadUrl
string
requerido

CobV JWS host URL (urlPayloadJson; no scheme).

Ejemplo:

"pix.example.com/cobv/abc"

recipientStreet
string
requerido

Recipient street (logradouroRecebedor).

Ejemplo:

"Rua Pix, 123"

recurrence
object
requerido

The embedded recurrence configuration (dadosRecorrencia).

recurrencePayloadUrl
string
requerido

Recurrence JWS host URL (urlPayloadJsonRec; no scheme).

Ejemplo:

"pix.example.com/rec/def"

state
string
requerido

Recipient state (uf).

Ejemplo:

"SP"

txId
string
requerido

Conciliation id (idConciliacaoRecebedor).

Ejemplo:

"JDPI2020010300000000000000000000001"

zipCode
string
requerido

Recipient postal code (cep).

Ejemplo:

"01227200"

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

Ejemplo:

"04358798"

description
object[] | null

Optional additional-data entries (dadosAdicionais).

discount
integer<int64>

Discount in centavos (desconto; omit/0 to skip).

Ejemplo:

4

fine
integer<int64>

Fine in centavos (multa; omit/0 to skip).

Ejemplo:

20022

interest
integer<int64>

Interest in centavos (juros; omit/0 to skip).

Ejemplo:

1015

originalAmount
integer<int64>

Original charge amount in centavos (valorOriginal, before adjustments).

Ejemplo:

100116

payer
object

Optional payer block.

rebate
integer<int64>

Rebate in centavos (abatimento; omit/0 to skip).

Ejemplo:

111

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