ListTransactionsResponse

  • pagination
    Type: object
    • 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: stringFormat: uri

      URL do boleto - apenas para Boleto

    • companyId
      Type: string

      ID da empresa

    • createdAt
      Type: stringFormat: date-time

      Data de criação (ISO 8601)

    • currency
      enum
      const:  
      BRL

      Moeda (sempre BRL)

      values
      • BRL
    • customer
      Type: object

      Dados do cliente

    • id
      Type: string

      ID único da transação

    • paymentMethod
      Type: stringenum

      Método de pagamento

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

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

    • pixQrCodeImage
      Type: stringFormat: uri

      URL da imagem do QR Code PIX - apenas para PIX

    • status
      Type: stringenum

      Status da transação (UPPERCASE)

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