PixRequestRecurrenceResponseDTO
- amountType: number
Amount.
- createdType: string
At Creation timestamp in ISO-8601 format.
- idType: string
Identifier (UUID).
- initiationType: string enum
Method Payment 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
- lastType: string Format: date
Execution Date Last execution date in ISO format (yyyy-MM-dd).
- nextType: string Format: date
Execution Date Next execution date in ISO format (yyyy-MM-dd).
- 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
- priorityType: string enum
Type Priority type code (BACEN SPI)
values- P
A G A G D - P
A G F R D - P
A G P R I
- 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
- receiverType: object · ReceiverDTO
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 enum
Recurrence frequency.
values- W
E E K L Y - B
I W E E K L Y - M
O N T H L Y
- recurrenceType: string Format: date
End Date Recurrence end date in ISO format (yyyy-MM-dd). NULL for open-ended recurrences.
- senderType: object · SenderDTO
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.
- sourceType: string enum
Origin.
values- M
A N U A L - P
I X _ A U T O M A T I C
- startType: string Format: date
Date Recurrence start date in ISO format (yyyy-MM-dd).
- statusType: string enum
Status.
values- A
C T I V E - I
N A C T I V E - C
O M P L E T E D - R
E J E C T E D - E
X P I R E D - P
E N D I N G
- totalType: integer Format: int32
Installments Total installments planned for this recurrence. NULL for open-ended recurrences.
- updatedType: string
At Update timestamp in ISO-8601 format.
- userType: string
Description User-provided description.