PixRequestRecurrenceCreateDTO
Request payload for creating a recurring Pix schedule. Materializes one or more single schedules linked to this recurrence.
- amountType: numberrequired
Transaction amount.
- initiationType: string enum
Method requiredPayment initiation method.
values- A
P D N - A
P E S - A
U T O - D
I C T - I
N I C - M
A N U - Q
R D N - Q
R E S
- receiverType: object · ReceiverDTOrequired
Receiver/beneficiary information for the Pix transaction
- documentType: object · DocumentDTOrequired
Document identification (CPF or CNPJ)
- nameType: stringmin length:1required
Receiver full name.
- accountType: object · AccountDTO
Bank account information
- keyType: string
Receiver Pix key.
- recurrenceType: string enumrequired
Recurrence frequency. Options: WEEKLY, BIWEEKLY, MONTHLY.
values- W
E E K L Y - B
I W E E K L Y - M
O N T H L Y
- senderType: object · SenderDTOrequired
Payer/sender information for the Pix transaction
- accountType: object · AccountDTOrequired
Bank account information
- documentType: object · DocumentDTOrequired
Document identification (CPF or CNPJ)
- nameType: stringmin length:1required
Participant full name.
- startType: string Format: date
Date requiredStart date of the recurrence in ISO format (yyyy-MM-dd). The first installment is materialized on this date.
- descriptionType: string
Payment description or message to the receiver.
- metadataType: array object[] · MetadataDTO[]
Optional list of custom key/value pairs.
Key/value metadata item
- keyType: stringmin length:1required
Metadata key
- valueType: string
Metadata value
- priorityType: string enum
Payment priority for the outgoing Pix request (SPI band: HIGH → HIGH, NORM → NORM)
values- H
I G H - N
O R M
- purposeType: string enum
Purpose of the outgoing Pix payment (SPI purpose codes)
values- G
S C B - I
P A Y - I
P R T - O
T H R - R
E F U
- reconciliationType: string
Id Client reconciliation identifier for reporting and matching.
- recurrenceType: string Format: date
End Date End date for recurrence in ISO format (yyyy-MM-dd). When provided, every installment up to this date is materialized at creation time. When omitted, the recurrence is open-ended and the worker materializes the next installment after each execution.
- sourceType: string enum
Origin. Defaults to MANUAL.
values- M
A N U A L - P
I X _ A U T O M A T I C