MandateRequestCreateDTO
Payload to register a recurrence read from a composite QR Code (jornadas 2, 3 and 4), so the payer can authorise it afterwards. Every field maps to the QR decode response; the payer account comes from the branch and accountNumber query params.
- firstType: string Format: date
Collection Date requiredDate of the first collection —
recurrence.startDate. - journeyType: integer Format: int32min:2max:4required
Authorisation journey (AUTn): 2 QR with recurrence parameters, 3 payer-initiated, 4 composite-QR payment. J1 is inbound-only.
- periodicityType: string enumrequired
Collection periodicity exactly as the QR decode returns it in
recurrence.periodicity.values- S
E M A N A L - M
E N S A L - T
R I M E S T R A L - S
E M E S T R A L - A
N U A L
- receiverType: object · ReceiverDTO2required
Receiver/beneficiary information
- documentType: object · DocumentDTO2required
Document identification (CPF or CNPJ)
- nameType: stringmin length:1required
Receiver full name.
- accountType: object · AccountDTO2
Bank account information
- keyType: string
Receiver Pix key.
- recurrenceType: string
Id min length:1requiredId the receiving PSP assigned to the recurrence, as printed in the composite QR Code. Returned by the QR decode as
recurrence.recurrenceId. - senderType: string enum
Account Type requiredISO 20022 cash account type of the payer account
values- C
A C C - O
T H R - S
L R Y - S
V G S - T
R A N
- senderType: string
Document min length:1requiredPayer document without mask — 11 digits for CPF, 14 characters for CNPJ, which IN RFB nº 2.229/2024 allows to carry letters in the first twelve positions.
- amountType: numbermin:0.01
Amount per collection (BRL). Absent on variable-amount recurrences.
- finalType: string Format: date
Collection Date Last date collections may occur —
recurrence.endDate. Null means open-ended.