TransactionWebhookData

Dados de webhook para eventos de transação

  • amount
    Type: integer

    Valor em centavos

  • 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
  • description
    Type: string nullable

    Descrição da transação

  • id
    Type: string

    ID da transação

  • installments
    Type: integer

    Número de parcelas

  • netTransactionAmount
    Type: integer

    Valor líquido em centavos (após taxas)

  • paidAt
    Type: stringFormat: date-time nullable

    Data de pagamento (ISO 8601)

  • paymentMethod
    Type: stringenum

    Método de pagamento (UPPERCASE)

    values
    • PIX
    • CREDIT_CARD
    • BOLETO
  • status
    Type: stringenum

    Status da transação (UPPERCASE)

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