Settings

Configure your POS control system

API Keys
Use these keys to authenticate API requests from your POS systems

Keep this key secure. It provides full access to all API endpoints.

Use this to verify webhook signatures from Stripe

Laravel Backend URL
Configure the URL of your Laravel API backend

All API calls will be made to this URL

API Endpoints Reference
Available endpoints for your POS integration
POST/api/license/check
Verify license status
GET/api/stores
List all stores
GET/api/stores/{id}
Get store details
POST/api/stores/{id}/lock
Lock store remotely
POST/api/stores/{id}/unlock
Unlock store
POST/api/stores/{id}/extend
Extend subscription
POST/api/billing/webhook
Stripe webhook handler