Have an add-on to share? Open a PR on the docs repository to add it to this page.
API
Payments
Stripe and PayPal are Lunar’s two first-party payment drivers — see Stripe and PayPal. Every other gateway is community-maintained: a package built against theLunar\Core\Contracts\PaymentType contract and registered with Payments::extend(), as described in Extending Payments.
Verify a package’s v2 compatibility before use — some community drivers still target Lunar v1’s
Lunar\Models\... namespace and contract.