Download OpenAPI specification:Download
Group: EPS APIs
Definition: Interface for using a EPS system from a point of sale system (POS), device, or site system.
Description: Add Electronic Payment Server definition.
You can find out more about apis at the Open Retailing website.
Associated API Definitions in this Group:
Use Case Summary: The basic use case flows are:
Architecture: This API uses RESTFul Web Services, associating required functionality with resources and operations on those resources. For handling unsolicited events from the service provider to the client, it uses HTML5 constructs such as "Server Sent Events" and "Web Sockets".
Referenced Standards:
Scope: OpenRetailing
Part of: EPS API Group
OAuth2 security scheme as defined by Open Retailing API Implementation Guide - Security.
Security Scheme Type | OAuth2 |
---|---|
authorizationCode OAuth Flow | Authorization URL: https://gitlab.openretailing.org Token URL: https://gitlab.openretailing.org/oauth/token Scopes:
|
Country settings are configuration parameters of the forecourt controller device
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
object (countrySettingsObject) |
{- "countrySettings": {
- "volumeUnit": "GLL",
- "levelUnit": "INH",
- "temperatureUnit": "FAH",
- "countryCode": "US",
- "language": "eng",
- "localCurrencies": [
- "USD"
], - "foreignCurrencies": [
- "EUR"
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}
}