WebhookEventType

September 4, 2026 ยท View on GitHub

The type of event that occurred.

Example Usage

import { WebhookEventType } from "@moovio/sdk/models/components";

let value: WebhookEventType = "cancellation.updated";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"*" | "account.created" | "account.updated" | "account.disconnected" | "balance.updated" | "bankAccount.created" | "bankAccount.updated" | "bankAccount.deleted" | "capture.updated" | "cancellation.created" | "cancellation.updated" | "card.autoUpdated" | "capability.requested" | "capability.updated" | "dispute.created" | "dispute.updated" | "invoice.created" | "invoice.updated" | "networkID.updated" | "paymentMethod.enabled" | "paymentMethod.disabled" | "refund.created" | "refund.updated" | "representative.created" | "representative.updated" | "representative.deleted" | "sweep.created" | "sweep.updated" | "terminalApplication.created" | "terminalApplication.updated" | "ticket.created" | "ticket.updated" | "ticket.messageAdded" | "transfer.created" | "transfer.updated" | "wallet.created" | "wallet.updated" | "walletTransaction.updated" | "billingStatement.created" | "authorization.expiring" | Unrecognized<string>