ListTransactionsResponse

  • pagination
    Type: object · PaginationInfo
    • page
      Type: integer

      Página atual

    • pageSize
      Type: integer

      Itens por página

    • total
      Type: integer

      Total de itens

    • totalPages
      Type: integer

      Total de páginas

  • transactions
    Type: array object[] · TransactionApiResponse[]
    • amount
      Type: integer

      Valor em centavos

    • boletoUrl
      Type: string Format: uri

      URL do boleto - apenas para Boleto

    • companyId
      Type: string

      ID da empresa

    • createdAt
      Type: string Format: date-time

      Data de criação em horário de Brasília (America/Sao_Paulo), contrato ISO com sufixo Z

    • currency
      enum
      const:  
      BRL

      Moeda (sempre BRL)

      values
      • BRL
    • customer
      Type: object · CustomerInfo

      Dados do cliente

    • id
      Type: string

      ID único da transação

    • paymentMethod
      Type: string enum

      Método de pagamento

      values
      • pix
      • credit_card
      • boleto
    • pixQrCode
      Type: string

      Código PIX (copy-paste) - apenas para PIX

    • pixQrCodeImage
      Type: string Format: uri

      URL da imagem do QR Code PIX - apenas para PIX

    • splits
      Type: array object[] · TransactionSplitResponse[]

      Present only when the transaction was created with internal split instructions.

    • status
      Type: string enum

      Status da transação (UPPERCASE)

      values
      • PENDING
      • PROCESSING
      • PAID
      • FAILED
      • CANCELED
      • BLOCKED
      • REFUNDED
      • PRE_CHARGEBACK
      • CHARGEBACK