Main pages
Library selection
Customer selects their tariff from a FlatPeak-provided library.
Your customer selects their tariff from a FlatPeak-provided library that is pre-filtered by Provider and Location (postal address). If customers find their tariff missing from the list, they can select the TARIFF_MISSING
action.
When you POST the response, Connect may return any of these validation errors:
Error Code | Error Description |
---|---|
tariff_id_missing | Tariff ID is required. |
tariff_not_found | Tariff ID trf_XX not found. |
tariff_id_invalid | Provider ID prv_XX does not support tariff ID trf_XX. |
data_json_invalid | Data does not conform to the JSON schema. |