SCK is my first plug-in for Kirby, which makes it easy to start processing payments with Stripe using Checkout. You can also accept AliPay and Bitcoin payments, if your Stripe account supports it.
The plugin is available to download on GitHub, and a fully working demo can be viewed here.
Features
- Includes everything needed to add Checkout to any page and begin processing payments with Stripe.
- Works on both desktop and mobile.
- Checkout integration is easy with just the addition of a snippet and a template.
- Makes use of Checkout’s vast array of features and functionality.
- Supports alternative payment methods, such as Bitcoin and AliPay, in addition to most major credit/debit cards (if your Stripe account supports it)
- Supports Stripe’s email receipt feature, so customers will receive an email confirmation of their purchase.
- All billing and email information is passed to Stripe when creating the charge.
- Option to collect shipping address information, which is then passed as metadata to Stripe and viewable within your Stripe dashboard.
- Supports both decimal mark types: decimal point or decimal comma (e.g. $999.99 or €999,99).
- Supports both left or right-positioned currency symbols (e.g. $999.99 or 999,99 kr)
- All configuration settings are integrated into Kirby’s
config.php
file, making them easy to find and build upon if you want to extend the plugin’s functionality.