Agentic Commerce — Individual
The Agentic Commerce — Individual plan is available at an introductory price of $99/month with full L402 and Agentic Commerce features.
The Lightning Enable Agentic Commerce — Individual plan provides full L402 access for individual developers building with Lightning payments and Strike settlement.
What is the Agentic Commerce — Individual Plan?
The Agentic Commerce — Individual plan gives you everything you need to build and monetize APIs with Lightning payments:
- Full REST API Access - Create invoices, track payments, handle webhooks
- L402 Protocol Support - Pay-per-request API monetization
- Pay-per-Request Billing - Charge per API call using Lightning
- AI Agent Compatibility - MCP integration for autonomous agent payments
- Strike Settlement - Fast, reliable settlement via Strike
Who Should Use This?
The Agentic Commerce — Individual plan is ideal for:
- Individual developers - Building L402 integrations and Lightning-powered APIs
- Side projects - Monetizing APIs with micropayments
- AI builders - Connecting agents to paid APIs
- Startups - Testing payment models before scaling
If you're using Xperience by Kentico, see Kentico Commerce Integration for a turnkey solution. If you need white-glove onboarding, see Agentic Commerce — Business.
Key Features
API Middleware Architecture
Lightning Enable never touches your funds - your payment provider (Strike or OpenNode) facilitates custody and settlement:
Your App --> Lightning Enable --> Strike/OpenNode --> Your Wallet
You bring your own API key, and all funds go directly to your provider account.
L402 Protocol
Monetize any API with pay-per-request Lightning payments. No user accounts needed — payment is the credential.
Multi-Currency Support
Accept payments in any currency your provider supports:
- USD (default)
- EUR
- GBP
- BTC (satoshis)
Quick Example
Create a payment with a single API call:
curl -X POST https://api.lightningenable.com/api/payments \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"orderId": "ORDER-12345",
"amount": 49.99,
"currency": "USD",
"description": "Premium Subscription",
"successUrl": "https://yourapp.com/success"
}'
Pricing
Agentic Commerce — Individual: $99/month
Includes:
- Full REST API access
- L402 protocol support
- Pay-per-request billing
- AI agent compatibility (MCP)
- Strike settlement
- Priority email support
Your payment provider may charge their own processing fees (paid directly to the provider, not to us).
For Kentico sites, see Kentico Commerce ($249/mo). For white-glove onboarding, see Agentic Commerce — Business ($299/mo).
Getting Started
- Sign up for Lightning Enable
- Create a Strike account (recommended) or OpenNode account
- Configure your API keys
- Create your first L402 proxy
Next Steps
- API Monetization - Monetize your API in 10 minutes
- MCP Quick Start - AI agent integration
- API Reference - Complete endpoint documentation