Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 830 Bytes

File metadata and controls

20 lines (12 loc) · 830 Bytes

Webhook Documentation

This directory contains documentation and examples for working with webhooks in the PostFinanceCheckout Integration.

Modules

Contains the core logic for processing incoming webhooks in your shop plugin. This is what you implementation to handle state changes, locking, and business logic (Commands).

Contains the tools for programmatically managing webhooks in the Portal. This module handles URL creation, Listener setup, and uninstallation.