PixRefundOutResponseDTO
Response representing an outgoing Pix refund request
- amountType: number
Transaction amount in BRL
- createdType: string Format: date-time
At Timestamp when the request was created
- descriptionType: string
Payment description or message to the receiver
- idType: string
Unique identifier of the Pix request
- 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
- metadataType: array object[] · MetadataDTO[]
Custom metadata key/value pairs stored with the request
Key/value metadata item
- keyType: stringmin length:1required
Metadata key
- valueType: string
Metadata value
- pixType: object · PixRefundIdentifiersDTO
Identifiers Pix refund transaction identifiers generated by the payment infrastructure
- originalType: string
End To End Id Original end-to-end identifier (present in refund transactions)
- refundType: integer Format: int32
Number Sequential number of this refund for the original E2E (first refund = 1, second = 2, ...)
- returnType: string
Id Return identifier of the Pix refund transaction
- txType: string
Id Transaction identifier (TxId)
- 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
- 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.
- reconciliationType: string
Id Client reconciliation identifier for reporting and matching
- remainingType: string
Amount Remaining amount still available for refund on the original Pix transaction, after this refund is applied
- 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.
- statusType: string enum
Current status of the Pix request
values- A
C C E P T E D - S
E T T L E D - R
E J E C T E D - C
A N C E L E D - F
A I L E D