Overview
The (growing) list of available Unchained Engine plugins
Plugin | Description | Link to provider |
---|---|---|
Payment Provider | ||
Apple Pay | Apple Pay integration | https://www.apple.com/apple-pay/ |
Braintree | Global Payments provider owned by PayPal providing a variety of payment methods | https://www.braintreepayments.com/ch |
Coinbase | Crypto payments over Coinbase commerce API | https://commerce.coinbase.com/docs/#node-js |
Datatrans | Swiss-based payment provider with a huge integration support of over 40 payment methods | https://www.datatrans.ch/en/ |
Invoice Prepaid | Pay-per-invoice provider using the pre-payment method which releases the order on confirmed payment only | |
Invoice | Pay-per-invoice provider with payment being invoiced independently of order confirmation | |
PayPal | PayPal integration | https://www.paypal.com/ch/home |
PostFinance | Payment with PostCard (Switzerland only) | https://www.postfinance.ch/en/private.html |
Stripe | Stripe check-out | https://stripe.com/en-ch |
Cryptopay | Self-hosted, decentralized (Chainlink price feeds) crypto payments in arbitrary cryptocurrencies (BTC, ETH, ERC20, ...) | |
Web-push notification | Push notification messaging | https://web.dev/notifications/ |
SMS | Twillo | https://www.twilio.com/en-us/messaging/channels/sms |
Node Mailer | https://nodemailer.com/about/ | |
Bulk-Importer | Migrate and/or import data from any source | |
S3 compatible object storage | Minio | https://min.io/ |
Event driven communication between modules | All actions emmit a corresponding event where any interested modules in the engine can subscribe too | https://nodejs.org/api/events.html |