PixRequestListItemDto

Summary data of a Pix transaction

  • accountBalanceBlockId
    Type: string

    Account balance block identifier

  • amount
    Type: number

    Transaction amount in BRL

  • createdAt
    Type: string Format: date-time

    Transaction creation timestamp

  • endToEndId
    Type: string

    End-to-end identifier in the SPI

  • failureReason
    Type: string

    Reason for transaction failure, when applicable

  • id
    Type: string Format: uuid

    Unique transaction identifier

  • initiationMethod
    Type: string enum

    Pix initiation method

    values
    • APDN
    • APES
    • AUTO
    • DICT
    • INIC
    • MANU
    • QRDN
    • QRES
  • metadata
    Type: array object[] · MetadataDTO1[]

    Optional list of key/value metadata items stored with the transaction

    Key/value metadata item

    • key
      Type: string

      Metadata key

    • value
      Type: string

      Metadata value

  • msgId
    Type: string

    SPI message identifier

  • originalEndToEndId
    Type: string

    Original payment end-to-end ID (for refunds)

  • priority
    Type: string enum

    Payment priority level

    values
    • HIGH
    • NORM
  • priorityType
    Type: string enum

    Priority type code (BACEN SPI)

    values
    • PAGAGD
    • PAGFRD
    • PAGPRI
  • purpose
    Type: string enum

    Purpose of the Pix payment (SPI purpose codes)

    values
    • GSCB
    • IPAY
    • IPRT
    • OTHR
    • REFU
  • receiver
    Type: object · ReceiverDTO1

    Receiver/beneficiary information for the Pix transaction

    • account
      Type: object · AccountDTO1

      Bank account information

    • document
      Type: object · DocumentDTO1

      Document identification (CPF or CNPJ)

    • key
      Type: string

      Receiver Pix key.

    • name
      Type: string

      Receiver full name.

  • sender
    Type: object · SenderDTO1

    Payer/sender information for the Pix transaction

    • account
      Type: object · AccountDTO1

      Bank account information

    • document
      Type: object · DocumentDTO1

      Document identification (CPF or CNPJ)

    • name
      Type: string

      Participant full name.

  • status
    Type: string enum

    Pix transaction status

    values
    • RECEIVED
    • ACCEPTED
    • SETTLED
    • REJECTED
    • CANCELED
    • FAILED
  • transactionType
    Type: string

    Transaction type (PIX_REQUEST_IN or PIX_REQUEST_OUT)

  • txId
    Type: string

    Transaction identifier for reconciliation

  • updatedAt
    Type: string Format: date-time

    Last update timestamp

  • userDescription
    Type: string

    Description provided by the payer