{"id":28436614,"url":"https://github.com/pace/openfsc-spec","last_synced_at":"2026-02-09T01:01:19.900Z","repository":{"id":42390589,"uuid":"313433698","full_name":"pace/openfsc-spec","owner":"pace","description":"A specification for connecting petrol stations to the Connected Fueling platform.","archived":false,"fork":false,"pushed_at":"2025-09-15T13:20:21.000Z","size":4194,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-15T15:20:08.077Z","etag":null,"topics":["api","connectedfueling","open","pace","protocol"],"latest_commit_sha":null,"homepage":"https://connectedfueling.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-16T21:39:48.000Z","updated_at":"2025-09-15T13:20:24.000Z","dependencies_parsed_at":"2024-01-15T17:32:28.593Z","dependency_job_id":"6c30144c-2bda-41c6-8719-793ad2605af3","html_url":"https://github.com/pace/openfsc-spec","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pace/openfsc-spec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fopenfsc-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fopenfsc-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fopenfsc-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fopenfsc-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pace","download_url":"https://codeload.github.com/pace/openfsc-spec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace%2Fopenfsc-spec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","connectedfueling","open","pace","protocol"],"created_at":"2025-06-05T22:39:43.212Z","updated_at":"2026-02-09T01:01:19.871Z","avatar_url":"https://github.com/pace.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"//connectedfueling.com\"\u003e\u003cimg src=\"assets/connected-fueling-logo.svg\" width=\"50%\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\n---\n\n# OpenFSC Protocol Specification\n\nOpenFSC (Open Fueling Site Connect) is a protocol specification for connecting petrol stations to the [Connected Fueling platform](//connectedfueling.com).\n\n## Versioning\n\nThe specification is versioned based on `major.minor` notation. The `major` version will be incremented with any technical change to the specification format or way it should be interpreted. Changes to the `minor` version will be reserved for any clarification or correction of clerical errors associated with the specification language.\n\n**Available Versions:**\n\n- [Version 1.0](1.0/openfsc-spec.md) (Released 2020-08-03)\n\n## Implementations\n\nThe OpenFSC protocol is used by several companies, apps and products under the hood to drive their innovative offerings and solutions:\n\n**Platforms \u0026 Customer Solutions built upon Connected Fueling platform** _(alphabetically sorted!)_\n\n- [Connected Fueling for Web](//fuel.site) is a browser based solution to pay directly at the gas station pump with your smartphone without installing an app.\n- [DKV Mobility App](//www.dkv-euroservice.com/de/leistungen/leistungen-and-services/weitere-produkte/dkv-app/) supports drivers throughout Europe in their search for gas stations and vehicle service stations with DKV acceptance.\n- [Hoyer Energie + Technik](//www.hoyer.de) is a mobile app to pay mobile at Hoyer stations in whole Germany.\n- [PACE Drive](//drive.pace.car) is a gas station finder app for whole Europe. The app is free to use and can be found in the [Apple App Store](//apps.apple.com/app/apple-store/id1483917851) and the [Google Play Store](//play.google.com/store/apps/details?id=car.pace.drive).\n- .. there are many more under development - ready to be released, soon.\n\n**Cashier/POS Systems \u0026 Forecourt Controllers** _(alphabetically sorted!)_\n\n- [Global-Office](http://www.ratio-elektronik.de/produkte/global-office) from [Ratio Elektronik](http://www.ratio-elektronik.de)\n- [TaskSTAR](http://www.tasksystems.de/?page_id=23) Cash register systems from [Task Technology](http://www.tasksystems.de/)\n- .. there are many more under development - ready to be released, soon.\n\n**Libraries \u0026 SDKs**\n\nThe following example clients are available to give you an idea of how an implementation could look like:\n\n- Example of a JavaScript client: [On GitHub](//github.com/pace/openfsc-client-js)\n- Example of a C#/.NET client: [On GitHub](//github.com/pace/openfsc-client-dotnet)\n\n_Note:_ The source code of those clients is provided as _code/implementation example_, and it will not run on the OpenFSC `sandbox` or `production` environments.\n\n**Testing \u0026 Integration Utilities**\n\n- The **Fueling Simulator** is a browser frontend used to simulate a gas station for development or presentation purposes. Access will be provided by PACE during the implementation phase of your project.\n\n## Contributing\n\nIf you are interested in contributing please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## License\n\nThe text of this specification is licensed under a [MIT License](LICENSE.md).\nHowever, the use of this spec in products and code is entirely free:\nthere are no royalties, restrictions, or requirements.\n\n---\n\n# About Connected Fueling\n\nConnected Fueling allows gas stations to secure market share, gain new customers, optimise processes, increase brand awareness and more:\n\n- Chance for true **additional \"on-top\" business** for the fast-movers in the market as customers will flock to stations where convenient Connected Fueling is available.\n- **Attracting customers** to gas stations for other, more sustainable reasons (i.e. convenience, user experience, time savings) than the cheapest price.\n- Chances for **\"on-top\" revenue through data driven up- \u0026 cross-selling** via smart offerings (e.g. buyers of premium fuels can be offered premium motor oil) and couponing (e.g. coffee for anyone who has been on the road longer than 2 hours).\n- Keeping stations **open overnight** by upgrading regular dispenser pumps (Post Pay or Pre-Auth) to \"virtual automatic fuel terminals\" (Pre-Auth).\n- Higher customer flow rate, i.e. **making sites more efficient** by increasing throughput of dispenser pumps. After refueling, pumps become available more quickly (no more waiting for people to go inside, pay at the POS, come back, move their car).\n- **Shortening queues** in the shop as people who only want to pay for fuel can do so on the forecourt.\n- Making the **shopping experience better for buyers in the shop** as they feel less pushed by impatient customers paying solely for fuel.\n- Building a digital **customer relationship** that can be nurtured over the customer lifetime.\n- Creating customer loyalty by offering **state-of-the-art, modern, digital user experience**s.\n- Getting a better **grip on data** of your gas station network and the customer flow.\n- Adding **innovative**ness and digital prowess to your gas station brand personality.\n- Attraction of innovative **early adopter** types who spend more and opt for **premium fuels** more frequently.\n- Making the shop **more efficient** overall as there is less manual work at POS (less people to handle).\n- **Less cash handling will save costs** and make the whole operation safer.\n\nFor more information, have a look at our website: [connectedfueling.com](//www.connectedfueling.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpace%2Fopenfsc-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpace%2Fopenfsc-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpace%2Fopenfsc-spec/lists"}