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: The Electronic Payment Server (EPS) specification is a joint standard shared by Conexxus and IFSF and supports global EPS implementations. The intent of this API group is to provide functionality necessary for global market to manage credit, debit, fleet, and other proprietary card transaction processing from the Point of Sale (POS) to EPS.
The specification supports payment inside at a POS device and payment from an outdoor payment terminal, including
unattended dispensers and car washes. The PIN pad is no longer a device of the POS and the EPS can function as a
standalone processor. The EPS's connection to one or more hosts or front-end processors (FEPs) segregates payment
functionality within the EPS. In addition, prompts presented to the customer are the same regardless of the POS.
The specification also supports standardized messaging between a Point of Purchase/Point of Interaction (POP/POI)
terminal and the EPS. The EPS specification separates payment from the other components of a fuel retailing site,
such as a point of sale (POS) system or outdoor sales processor (OSP). Separating payment functionality eliminates
the burden of maintaining network specific software on the POS, may reduce PCI scope, and may improve interoperability.
In addition, by using an EPS, making changes to POS software applications to add or modify features and functionality
no longer require payment recertification. Software in the EPS can be updated and downloaded independently from the
POS and may not require a site visit, thereby potentially reducing cost and providing greater POS independence. Card
processing within the EPS is table driven and unique by merchant, which provides greater flexibility and card acceptance
support. The card table supports known debit, credit, prepaid and fleet card processing using multiple entry methods,
including, but not limited to magnetic stripe, ICC, RFID, and keyboard entry.
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:
|
Send a payment request to the EPS. Payments perform both an authorization and completion with one message in order to collect funds from a consumer's account. Typically this message is used for indoor payments and postpay fuel transactions.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
splitPaymentStans | Array of strings (description40BaseType) [ items <= 40 characters ] For the cases where there is a split payment. |
required | object (posJournalEventDetailObject) |
object (monetaryAmount20Object) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b",
- "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "itemLine": {
- "itemCode": {
- "posCodeFormat": {
- "format": "gtin",
- "checkDigit": "present"
}, - "posCode": "123456",
- "posCodeModifier": {
- "value": "81",
- "name": "item81"
}, - "inventoryItemID": "snackItem81"
}, - "merchandiseCode": {
- "level": "1",
- "value": "01.81"
}, - "description": "Regular snack 81",
- "actualSalesPrice": {
- "value": "4.98",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "4.98",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "2",
- "uom": "EA"
}, - "salesAmount": {
- "value": "9.96",
- "currency": "USD"
}, - "paymentSystemsProductCode": "443"
}, - "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "approvedAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
This is triggered when the connection is lost between the POS and EPS during the process of a transaction.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
splitPaymentStans | Array of strings (description40BaseType) [ items <= 40 characters ] For the cases where there is a split payment. |
required | object (posJournalEventDetailObject) |
object (monetaryAmount20Object) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b",
- "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "itemLine": {
- "itemCode": {
- "posCodeFormat": {
- "format": "gtin",
- "checkDigit": "present"
}, - "posCode": "123456",
- "posCodeModifier": {
- "value": "81",
- "name": "item81"
}, - "inventoryItemID": "snackItem81"
}, - "merchandiseCode": {
- "level": "1",
- "value": "01.81"
}, - "description": "Regular snack 81",
- "actualSalesPrice": {
- "value": "4.98",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "4.98",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "2",
- "uom": "EA"
}, - "salesAmount": {
- "value": "9.96",
- "currency": "USD"
}, - "paymentSystemsProductCode": "443"
}, - "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "approvedAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Reverse one or several EPS STANs. Used when the method of payment does not cover the full balance of the transaction and the funds need to be returned to the consumer's account.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
stans required | Array of strings (description40BaseType) [ 1 .. 500 ] items [ items <= 40 characters ] |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "stans": [
- "6f4a8b55-b9dd-4cc1-8b7b-171bdd89cb18",
- "53656762-5d84-44bf-afa3-40b9a608f4fa"
]
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-17T14:22:00",
- "stan": "98f69130-5b07-4339-b670-1ccb159e3b3c"
}
Send a pre-authorization request to the EPS. This will reserve the funds for the transaction. This is typically used as the first message in outside or inside pre-pay flows.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
splitPaymentStans | Array of strings (description40BaseType) [ items <= 40 characters ] For the cases where there is a split payment. |
required | object (posJournalEventDetailObject) |
object (monetaryAmount20Object) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "approvedAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send a reversal for a pre-authorization. This is triggered when the connection is lost between the POS and EPS during the process of a transaction.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
splitPaymentStans | Array of strings (description40BaseType) [ items <= 40 characters ] For the cases where there is a split payment. |
required | object (posJournalEventDetailObject) |
object (monetaryAmount20Object) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "approvedAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send a financial advice request to the EPS. This will complete the transaction following an authorization and indicate the final amount of funds to be collected. This is typically in outside or inside pre-pay flows.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
authorizationStan required | string (description40BaseType) <= 40 characters 40 character description. |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "authorizationStan": "3579f517-ba52-4466-b40c-f27b2a50e39a",
- "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "approvedAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send a financial advice (Completion) reversal to the EPS. This is triggered when the connection is lost between the POS and EPS during the process of a transaction.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
authorizationStan required | string (description40BaseType) <= 40 characters 40 character description. |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "authorizationStan": "3579f517-ba52-4466-b40c-f27b2a50e39a",
- "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "approvedAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send a refund request to the EPS.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b",
- "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "refundAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send a refund reversal request to the EPS.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b",
- "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "refundAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send to the EPS to perform a reconciliation request where a workstation needs a snapshot of stored previous transactions or to close a terminal batch. After a reconcilation where a terminal batch is closed a new termial batch is opened for future transactions.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
workstationID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
interval | string (intervalENUMType) <= 16 characters Enum: "cashier" "day" "week" "month" "year" "daypart" "shift" "transaction" "sBatch" "hostBatch" "other" Sometimes refered to as 'day part' values, refers to the scoped period of a report. Most often the value will be 'day' or 'shift', or in some cases 'cashier' if the reporting system produces such a report. |
required | string or string (yesNoEENUMType) <= 6 characters boolean definition |
required | string or string (yesNoEENUMType) <= 6 characters boolean definition |
{- "connectionID": "d11315d2-aa2a-4740-93d9-79383d4eccad",
- "workstationID": "88888-8888-88888088888-7777777",
- "interval": "day",
- "synchronous": "no",
- "close": "yes"
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "reconciliationID": "d11315d2-aa2a-4740-93d9-79383d4eccad"
}
Send a request to retrieve the sales accruals data from the EPS
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "salesAccruals": {
- "creditsAmount": {
- "value": "10000.00",
- "currency": "USD"
}, - "creditsCount": 1000,
- "debitsAmount": {
- "value": "100.00",
- "currency": "USD"
}, - "debitsCount": 2,
- "totalNetCardAmount": {
- "value": "9000.00",
- "currency": "USD"
}, - "totalNetCardCount": 950,
- "totalNetLoyaltyCashAmount": {
- "value": "1000.00",
- "currency": "USD"
}, - "totalNetLoyaltyCashCount": 50
}
}
Send a request to retrieve the reversal accural data from the EPS
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "reversalAccruals": {
- "creditsAmount": {
- "value": "100.00",
- "currency": "USD"
}, - "creditsCount": 1000,
- "debitsAmount": {
- "value": "100.00",
- "currency": "USD"
}, - "debitsCount": 2,
- "totalNetCardAmount": {
- "value": "0.00",
- "currency": "USD"
}, - "totalNetCardCount": 0,
- "totalNetLoyaltyCashAmount": {
- "value": "0.00",
- "currency": "USD"
}, - "totalNetLoyaltyCashCount": 0
}
}
Send a request to retrieve the loyalty sales accruals data from the EPS Data is from a day close period and specified by a reconcilationID which was returned from a previous reconciliation request.
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "loyaltySales": {
- "awardAmount": {
- "value": "1000.00",
- "currency": "USD"
}, - "awardCount": 1500,
- "redemptionAmount": {
- "value": "1000.00",
- "currency": "USD"
}, - "redemptionCount": 1500
}
}
Send a request to retrieve the loyalty reversal accrual data from the EPS Data is from a day close period specified by a reconcilationID which was returned from a previous reconciliation request
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "loyaltyReversals": {
- "awardAmount": {
- "value": "0.00",
- "currency": "USD"
}, - "awardCount": 0,
- "redemptionAmount": {
- "value": "0.00",
- "currency": "USD"
}, - "redemptionCount": 0
}
}
Send a request to retrieve the summary of card data from the EPS Data is from a day close period specified by a reconcilationID which was returned from a previous reconciliation request.
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "cardSummary": [
- {
- "cardPurpose": "credit",
- "cardCircuit": "Open Retailing Visa",
- "count": 50,
- "amount": {
- "value": "2500.00",
- "currency": "USD"
}
}, - {
- "cardPurpose": "debit",
- "cardCircuit": "Open Retailing Visa",
- "count": 10,
- "amount": {
- "value": "500.00",
- "currency": "USD"
}
}
]
}
Send a request to retrieve a list of exceptions from the EPS Data is from a day close period specified by a reconcilationID which was returned from a previous reconciliation request.
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "exceptionLog": [
- {
- "cardData": {
- "secureAccount": "bO7a3lxn90wdFuTwbi+g6MuuTq4x0Z+k3Wwk7z+eQdFbVhaanA2a2x4J4eapZY6y/a92afQ7xhjzU0NBx+bp65jCiu3BmwkCYXEx1J5CrGa5jKVyCT+wouEO4ES5uqZkVpDii2eaTMYHJiDflanKHM1G5+tpg5PMz3rSLf4D5sPxQeYurjdgQ9xIzRsC+nbE4dpA4bhBqhFd+3/Eqmnt1Kk490kY9SIQG6GM8Kk52ogVdZuemDj/40bL8hOv/i81i2NgJwekhf2rqnicbXkoivYCIidD4rYSP7x25nIRwnkTxGsNxCQVpyo+YU54yDBQWED0quQ7ip0UXh2qNxoVhg==",
- "secureExpDate": "c3po3lxn90wdFuTwbi+g6MuuTq4x0Z+k3Wwk7z+eQdFbVhaanA2a2x4J4eapZY6y/a92afQ7xhjzU0NBx+bp65jCiu3BmwkCYXEx1J5CrGa5jKVyCT+wouEO4ES5uqZkVpDii2eaTMYHJiDflanKHM1G5+tpg5PMz3rSLf4D5sPxQeYurjdgQ9xIzRsC+nbE4dpA4bhBqhFd+3/Eqmnt1Kk490kY9SIQG6GM8Kk52ogVdZuemDj/40bL8hOv/i81i2NgJwekhf2rqnicbXkoivYCIidD4rYSP7x25nIRwnkTxGsNxCQVpyo+YU54yDBQWED0quQ7ip0UXh2qNxoVhg=="
}, - "approvalCode": "123456",
- "timestamp": "2009-11-20T17:30:50",
- "amount": {
- "value": "51.50",
- "currency": "USD"
}
}
]
}
Send a request to retrieve from the EPS one single report with all the information available. If one of the sections contain no data, the EPS should include a message "No Data" or similar to that section
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "reconciliationReport": [
- "===============================================================",
- " Sample Report",
- "===============================================================",
- " Timestamp: 2009-11-20T17:20:50",
- "",
- "",
- " Sales Accruals ",
- " Cnt Amount",
- "Credits: 1000 $10,000.00",
- "Debits: 100 $9,000.00",
- "==============================================================="
]
}
Send to request an activation from the EPS.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send an activation reversal to the EPS. This is triggered when the connection is lost between the POS and EPS during the process of a transaction.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send to perform a single card deactivation.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send a deactivation reversal to the EPS. This is triggered when the connection is lost between the POS and EPS during the process of a transaction.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send to perform a single recharge of a gift card
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send a recharge reversal to the EPS. This is triggered when the connection is lost between the POS and EPS during the process of a transaction.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
cardIDType (object) or cardDataObject (object)
| |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | object (monetaryAmount20Object) |
required | object (posJournalEventDetailObject) |
{- "connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5",
- "cardInstrument": {
- "cardID": "fca511ff-1abf-472b-955d-25f8dcadec5b"
}, - "poiID": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "amount": {
- "value": "25.99",
- "currency": "USD"
}, - "transaction": {
- "organizationID": "9e2e4fbd-53e8-4830-8ea2-fcfcd931ca76",
- "storeLocationID": "0d4ced41-5a0f-4586-955b-2d6a996803fc",
- "cashierID": "fc0d85ef-e628-4eec-b4a4-81fceff3896a",
- "sourcePOI": "703ef3b9-dc4b-4240-a81a-85e392ac9fb6",
- "transactionID": "0ea250fe-6ccb-4d93-ad10-6311840f6667",
- "eventStartDateTime": "2021-06-17T12:49:00",
- "transactionDetailGroup": [
- {
- "fuelLine": {
- "fuelGradeID": {
- "value": "UNLD",
- "paymentSystemsProductCode": "001"
}, - "merchandiseCode": {
- "level": "2",
- "value": "005.007"
}, - "description": "Regular",
- "actualSalesPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "regularSellPrice": {
- "value": "2.599",
- "currency": "USD"
}, - "salesQuantity": {
- "value": "10.000",
- "uom": "GLL"
}, - "salesAmount": {
- "value": "25.99",
- "currency": "USD"
}, - "fuelPositionID": 1,
- "priceTierCode": "1"
}, - "transactionLineSequenceNumber": 1
}
]
}
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Send to request the balance for a gift card.
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "timestamp": "2021-06-18T12:55:00",
- "stan": "3579f517-ba52-4466-b40c-f27b2a50e39a"
}
Request the EPS to retrieve card information from POI. POI must not be locked by other workstation. The EPS must lock the POI if the request is accepted.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
workstationID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
poiID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | string or string (followUpRequestEENUMType) <= 13 characters Most common ID types. |
object (monetaryAmount20Object) |
{- "connectionID": "d11315d2-aa2a-4740-93d9-79383d4eccad",
- "workstationID": "12312321321321321312321332",
- "poiID": "3e08c0a1-c08b-41b6-a9b9-78cb81b868d9",
- "followUpRequest": "payment"
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}, - "cards": [
- {
- "cardID": "92432521-7e45-4e3c-b596-e21a21b7e898",
- "cardPurpose": "credit",
- "cardISO": "414141",
- "cardCircuit": "Visa Card"
}
]
}
Request the EPS to cancel an outstanding card read request. Information about the workstation and the poi can be found in the header
poiID required | string (id80BaseType) [ 1 .. 80 ] characters The Point of Interaction ID for the device performing the operation. |
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
openretailing-workstation-id required | string (id80BaseType) [ 1 .. 80 ] characters The universal workstation ID assigned to the workstation. (Possible UUID) |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}
}
Each workstation must provide its own settings.
See POI Registration section of the Implementation Guide.
connectionID required | string (connectionIDType) [ 1 .. 1024 ] characters The site reference ID is created by the Host. It is used in subsequent requests. It avoids the need to send all vendor information on subsequent requests. |
workstationID required | string (id80BaseType) [ 1 .. 80 ] characters 80 character ID |
required | string or string (workstationTypeEENUMType) <= 21 characters Types of workstations supported by the EPS. |
object (cashbackOptionsObject) Cashback option of EPS workstation |
{- "connectionID": "d11315d2-aa2a-4740-93d9-79383d4eccad",
- "workstationID": "88888-8888-88888088888-7777777",
- "workstationType": "pointOfService"
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}
}
Returns a URL to reveive an event stream to notify the selected events to the client.
Event data field conforms to the schema described in ..\schemas\apiEventDefinitions.yaml where each type of event returned is described.
See POI Registration section in Implementation Guide.
openretailing-connection-id required | string (connectionIDType) [ 1 .. 1024 ] characters The Site Reference ID returned in the "connect" call. |
{- "errorCode": "ERRCD_OK",
- "endpointType": "SSE"
}