Skip to main content
Dynamo CSMS gives you full control over how sessions are priced. You define tariffs (base rates), layer billing rules on top (time-of-day, user type, or connector type overrides), and optionally create promotional codes for discounts. This guide walks you through each step.
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.
Response:
To list all tariffs:
To update an existing tariff, use 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.
Response:

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.
Response:
You can reference a user type in a billing rule by adding "user_type_id": "utp_01HXAKLMNO78901234" to the rule’s conditions object.

Create a promotional code

Promotional codes give drivers a one-time or recurring discount. Set an expiry date and an optional redemption limit.
Response:

View session billing data

List billing sessions

Response:

Retrieve a cost breakdown

Get an itemised breakdown of what was charged in a session — useful for receipts or disputes.
Response:

Send a receipt by email

Response:

Retrieve invoices for an organisation

List all monthly invoices for a billing organisation.
Response: