आफ्ना चार्जर सजिलो चार्जमा जोड्नुहोस्
तपाईंको चार्जिङ नेटवर्क हाम्रो OCPI 2.2.1 रोमिङ हबमा जोड्नुहोस् — तपाईंका स्टेसनहरू सजिलो चार्ज एपमा देखिन्छन्, बिलिङ र मासिक सेटलमेन्ट हामी गर्छौं। तलबाट आफ्नो प्रविधि रोज्नुहोस्। (प्राविधिक गाइड अंग्रेजीमा छ।)
Django
Works with Django ≥ 4.2 · Python ≥ 3.10A Django app you mount with one include() — models, endpoints and hub client ready-made.
Laravel
Works with Laravel 10 / 11 / 12 · PHP ≥ 8.1A composer package with auto-discovery — one artisan command scaffolds everything, you edit one file.
Node.js
Works with Node ≥ 18 · Express ≥ 4An Express router plus hub client — zero dependencies, wire it up in one createSajiloCharge() call.
Spring Boot
Works with Spring Boot 3.2+ · Java 17+A Spring Boot starter — auto-configured endpoints, JPA entities and hub client; you provide one handlers bean.
How a roaming charge flows
Sajilo Charge driver Sajilo Charge hub Your backend (any SDK)
│ taps "Start" ────▶ POST /commands/START_SESSION ──▶ onStartSession(charge)
│ your CSMS starts the charger
│ charging… ◀── PUT sessions push ◀───────────── setActive() / meter(kwh)
│ taps "Stop" ────▶ POST /commands/STOP_SESSION ───▶ onStopSession(charge)
│ wallet debited ◀── POST cdrs ◀────────────────────── complete(kwh, cost)
│ monthly netting ─────────────────▶ you get paidWhatever the stack, the integration is the same five moves: install, configure, implement two callbacks, join with a one-shot registration token, and publish your station catalog. Each tutorial covers the full lifecycle including settlement and troubleshooting.
Money and settlement
- All amounts are NPR; costs are VAT-exclusive.
- Each CDR you issue debits the driver's wallet and credits your inter-party ledger at the hub; settlement is monthly netting minus the hub clearing fee.
- Disputes go through the hub's CDR dispute endpoint or partners@sajilocharge.com — open disputes pause netting for that CDR.
Getting a registration token
Email partners@sajilocharge.com with your company name and the public base URL of your backend. You'll receive a one-shot registration token; every tutorial shows the single command that completes the handshake with it.
OCPI 2.2.1 · SDKs v0.1.0 · Questions: partners@sajilocharge.com