🔹What’s new
A CPO can use our public facing APIs to build their own experience for managing home charging expenses and reimbursement. The core functionalities of the Spirii Platform abstract away the heavy lifting for them, letting them focus on the user experience and higher level functionalities. That means, the Spirii Platform still does:
- Charger configuration and authentication of Charging Sessions
- Management of Tokens, Locations, Reimbursement Rates
- Reimbursement validation
- Expense Report aggregation for Employees and Fleets
- Approval of expense reports
- Integration to PPS for end to end reimbursement (when the Fleet Customer uses PPS services)
- Generation of Driver and Fleet Expense report documents
📌 New endpoints:
GET /reimbursement/v1/expense-reports
GET /reimbursement/v1/expense-reports/{id}
GET /reimbursement/v1/expense-reports/{id}/document
POST /reimbursement/v1/expense-reports/{id}/approve
GET /reimbursement/v1/expenses/{id}
GET /reimbursement/v1/expenses/{id}/document
GET /reimbursement/v1/expenses/{id}/charge-detail-records/unlinked
POST /reimbursement/v1/expenses/{id}/charge-detail-records/add
POST /reimbursement/v1/expenses/{id}/charge-detail-records/remove
📖 Next steps
Explore the API Reference for detailed specifications