PixRequestScheduleResponseDTO

  • amount
    Type: number

    Amount.

  • createdAt
    Type: string

    Creation timestamp in ISO-8601 format.

  • endToEndId
    Type: string

    End-to-end identifier carried through to the SPI execution.

  • id
    Type: string

    Identifier (UUID).

  • initiationMethod
    Type: string enum

    Payment initiation method.

    values
    • APDN
    • APES
    • AUTO
    • DICT
    • INIC
    • MANU
    • QRDN
    • QRES
  • installment
    Type: integer Format: int32

    Installment number within the parent recurrence (1-based). Always 1 for standalone schedules.

  • msgId
    Type: string

    BizMsgIdr da mensagem pacs.002 recebida do BACEN após liquidação.

  • priority
    Type: string enum

    Payment priority for the outgoing Pix request (SPI band: HIGH → HIGH, NORM → NORM)

    values
    • HIGH
    • NORM
  • priorityType
    Type: string enum

    Priority type code (BACEN SPI)

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

    Purpose of the outgoing Pix payment (SPI purpose codes)

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

    Receiver/beneficiary information for the Pix transaction

    • document
      Type: object · DocumentDTO
      required

      Document identification (CPF or CNPJ)

    • name
      Type: string
      min length:  
      1
      required

      Receiver full name.

    • account
      Type: object · AccountDTO

      Bank account information

    • key
      Type: string

      Receiver Pix key.

  • reconciliationId
    Type: string

    Client reconciliation identifier for reporting and matching.

  • recurrenceId
    Type: string

    Parent recurrence identifier (UUID). NULL for standalone schedules.

  • scheduledDate
    Type: string Format: date

    Date when this schedule will be executed (yyyy-MM-dd).

  • sender
    Type: object · SenderDTO

    Payer/sender information for the Pix transaction

    • account
      Type: object · AccountDTO
      required

      Bank account information

    • document
      Type: object · DocumentDTO
      required

      Document identification (CPF or CNPJ)

    • name
      Type: string
      min length:  
      1
      required

      Participant full name.

  • settledAt
    Type: string Format: date-time

    Timestamp de liquidação (FctvIntrBkSttlmDt) da mensagem pacs.002 do BACEN.

  • source
    Type: string enum

    Origin.

    values
    • MANUAL
    • PIX_AUTOMATIC
  • status
    Type: string enum

    Status.

    values
    • ACTIVE
    • INACTIVE
    • COMPLETED
    • REJECTED
    • EXPIRED
    • PENDING
  • totalAmount
    Type: number

    Total Amount. Tax and fees included

  • totalInstallments
    Type: integer Format: int32

    Total installments planned by the parent recurrence. NULL for standalone or open-ended recurrences.

  • updatedAt
    Type: string

    Update timestamp in ISO-8601 format.

  • userDescription
    Type: string

    User-provided description.