Main pages
Tariff summary display & tariff management
Displays tariff summary and provides controls to manage tariff connection.
Once the customer’s tariff has been captured, they will be shown its summary on the final page, where they can review, update, or disconnect it.
Page actions explained:
Action | Result |
---|---|
SAVE | Saves the tariff and completes the session. |
EDIT | Restarts the flow from the Provider Selection page. |
DISCONNECT | Disconnects the tariff and completes the session. |
The tariff summary page has two versions, the choice of which depends on the tariff’s structure. Connect will automatically select the correct version of the page.
1
`FIXED` tariff
The
tariff.structure
in Connect response will always have FIXED
value as this page is returned when the tariff rate is fixed (i.e. flat).When you POST the response, Connect may return any of these validation errors:
Error Code | Error Description |
---|---|
action_missing | Action parameter is required. |
action_invalid | Action parameter XX is not supported. |
data_json_invalid | Data does not conform to the JSON schema. |
Note, time is returned in RFC3339 format with offset. i.e. 2024-06-15T03:12:00+02:00
2
`TIME_OF_DAY` or other dynamic tariff
The value of
tariff.structure
in Connect response may be: TIME_OF_DAY
- a tariff that varies based on specific times of day or other cyclical factors (e.g., day of the week, month, or season); MARKET
- a tariff based on the market rate; DYNAMIC
- a continuously changing tariff that is not directly tied to the market rate.When you POST the response, Connect may return any of these validation errors:
Error Code | Error Description |
---|---|
action_missing | Action parameter is required. |
action_invalid | Action parameter XX is not supported. |
data_json_invalid | Data does not conform to the JSON schema. |
Note, time is returned in RFC3339 format with offset. i.e. 2024-06-15T03:12:00+02:00