MandateRequestCreateDTO
Payload to create a payer-initiated mandate (Jornada 3). The sender data is derived from the (branch, accountNumber) query params.
- amountType: numbermin:0.01required
Recurring amount per collection (BRL)
- firstType: string Format: date
Collection Date requiredDate of the first collection (ISO date)
- frequencyType: stringmin length:1enumrequired
ISO 20022 collection frequency
values- M
I A N - M
N T H - Q
U R T - W
E E K - Y
E A R - O
T H R
- 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.
- senderType: string enum
Account Type requiredISO 20022 cash account type
values- C
A C C - O
T H R - S
L R Y - S
V G S - T
R A N
- finalType: string Format: date
Collection Date Optional end date of the mandate. Null means open-ended.