SINCOR2 MVP

Minimal viable product with authentication, checkout, and payments

Available Endpoints

  • GET /health - Service status
  • POST /api/auth/login - Get JWT token
  • GET /api/protected - Protected endpoint
  • GET /buy - Checkout form
  • POST /api/checkout - Create order
  • POST /api/process-payment - Process payment

Version 1.0.0 • Status: Operational