Billing rules are evaluated in priority order, lowest number first. The first matching rule for a session wins. If no rule matches, the base tariff rate applies.
Create a tariff
A tariff sets the base energy rate for charging sessions at your locations. You can define per-kWh rates, flat session fees, or both.PUT /api/v1/billing/tariffs/{tariff_id} with the same body shape.
Create billing rules
Billing rules override the base tariff for specific conditions, such as off-peak hours, specific user types, or connector types.Time-of-day rule
Apply a lower rate during off-peak hours to encourage demand shifting.Weekend flat-rate rule
Create user types
User types let you segment drivers into groups (for example, employees, fleet drivers, or public users) and apply different pricing to each."user_type_id": "utp_01HXAKLMNO78901234" to the rule’s conditions object.