For the complete documentation index, see llms.txt. This page is also available as Markdown.

Payments

React to every payment, no matter where it happens.

The Payments module connects your payment gateway or e-shop to your backend. Every purchase, refund, and dispute becomes a normalized payment fact that can trigger your backend β€” emails, functions, webhooks, realtime events. One webhook URL per integration; each provider's signature is verified and its payload normalized into a single format.

The Payments module home.

If the module is not enabled yet, the module home shows an enable page; enabling it opens the module screens.

Screens in this module

  • Orders β€” reserved for order management. In the current version it is a placeholder screen (see the hint on that page).

  • Triggers β€” run an action when an order is created, paid, or a gateway webhook arrives.

  • Integrations β€” your gateways: Stripe, Paddle, Lemon Squeezy, Shopify, WooCommerce, Checkout.com, Authorize.Net, Adyen, Mollie, Braintree, PayPal.

  • Settings β€” disable the module.

Use it from code

Payments.

API reference

Endpoints: Payments.

Last updated