PixRequestListItemPageResponse

Paginated Pix transactions response

  • hasNext
    Type: boolean

    Indicates whether a next page exists

  • items
    Type: array object[] · PixRequestListItemDto[]

    List of Pix transactions on the current page

    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

    • 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

    • sender
      Type: object · SenderDTO1

      Payer/sender information for the Pix transaction

    • 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

  • page
    Type: integer Format: int32

    Current page number (zero-based)

  • size
    Type: integer Format: int32

    Number of records per page

  • totalItems
    Type: integer Format: int64

    Total number of records matching the query

  • totalPages
    Type: integer Format: int32

    Total number of pages available