WithdrawalWebhookData

Dados de webhook para eventos de saque

  • amount
    Type: integer

    Valor solicitado em centavos

  • companyId
    Type: string

    ID da empresa

  • completedAt
    Type: stringFormat: date-time nullable

    Data de conclusão (apenas para status 'completed')

  • createdAt
    Type: stringFormat: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • fee
    Type: integer

    Taxa em centavos

  • id
    Type: string

    ID do saque

  • method
    Type: stringenum

    Tipo de saque

    values
    • fiat
    • crypto
  • netAmount
    Type: integer

    Valor líquido em centavos

  • processedAt
    Type: stringFormat: date-time nullable

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • status
    Type: stringenum

    Status do saque

    values
    • pending
    • pending_approval
    • processing
    • completed
    • failed
    • canceled