Payment Plugins
Payment plugins integrate various payment service providers with Unchained Engine.
| Adapter Key | Description | Integration Type | Subscriptions | Best For |
|---|---|---|---|---|
shop.unchained.payment.stripe | Stripe Payments | Server-side | Yes | Global card payments, most use cases |
shop.unchained.datatrans | Swiss payment service provider | Hosted checkout | No | Swiss merchants needing local methods |
shop.unchained.payment.saferpay | Worldline Saferpay | Hosted checkout | No | European merchants (Worldline ecosystem) |
shop.unchained.payment.postfinance-checkout | PostFinance Checkout | Hosted checkout | No | PostFinance customers |
shop.unchained.payment.payrexx | Swiss PSP (TWINT, PostFinance) | Hosted checkout | No | TWINT and Swiss payment methods |
shop.unchained.braintree-direct | PayPal-owned payment processor | Server-side | No | PayPal integration |
shop.unchained.payment.cryptopay | Self-hosted crypto payments | Server-side | No | Cryptocurrency payments |
shop.unchained.apple-iap | Apple In-App Purchase for iOS apps | Native SDK | Yes | iOS in-app purchases |
shop.unchained.invoice | Pay-per-invoice (B2B) | Offline | No | B2B invoicing |
shop.unchained.invoice-prepaid | Prepayment invoice | Offline | No | Prepayment / proforma invoices |
Creating Custom Payment Plugins
See Custom Payment Plugins for creating your own payment adapters.