Skip to main content

Payment Event Types

This section provides an overview of all webhook event types related to payment processing in the Straumur payment system. These events notify your system about the various stages of payment transactions, allowing you to track and respond to payment lifecycle changes.

Available Event Types

The payment webhook system supports the following event types:

Authorization

Event: Authorization

This event is triggered when a payment authorization has been processed and informs you of the outcome of a payment request.

Capture

Event: Capture

When we have processed your capture request, we send you a webhook event with the outcome.

Adjustment

Event: Adjustment

This event is triggered when the new amount has been authorized.

Refund

Event: Refund

This event is triggered when a refund has been processed for a payment.

Tokenization

Event: Tokenization

This event is triggered when a tokenization request has been successfully completed. It indicates that a new payment token has been created and is ready for use in future transactions.

TokenDisabled

Event: TokenDisabled

This event is triggered when a payment token has been deactivated or disabled in the system. Once disabled, the token can no longer be used for future transactions.