Documentation
LiteShoper Stripe Plugin Setup
Overview
LiteShoper Stripe adds card payments to your store checkout using Stripe Payment Intents. Requires LiteShoper core commerce and a marketplace license for liteshop-stripe.
API credentials
- Create a Stripe account at stripe.com.
- In Stripe Dashboard → Developers → API keys, copy publishable and secret keys.
- In LiteShoper admin go to Commerce → Settings → Stripe.
- Paste keys, enable Stripe, and save.
Webhook
Add endpoint URL: https://your-store.com/commerce/stripe/webhook
Subscribe to payment_intent.succeeded (and refund/subscription events if needed). Copy the signing secret into plugin settings.
Testing
Use Stripe test keys and card 4242 4242 4242 4242. Place a test order and confirm the order status becomes confirmed after payment.