Event Types

Event Types are the types of events that are available to be added to your webhook subscriptions. We will be adding more event types in the future. Each event type has a source and a type. The source is the namespace that the event resides in and the type is the name of the event.

Event ordering

Alegeus doesn't guarantee the delivery of events in the order they're generated. Make sure that your event destination isn't dependent on receiving events in a specific order. Be prepared to manage their delivery appropriately.

List of Event Types

Source Type Description
com.alegeus.events.wca CardTransaction The card transaction event is sent when a card transaction is approved or denied.
com.alegeus.events Ping The Ping event is used to test the setup of a subscription.

AI Assistant Preview

Generating response...