Project to Document Server Sent Events for EPS API Collections (1.0.0)

Download OpenAPI specification:Download

Group: Electronic Payment Server

Definition: Project to Document Server Sent Events for EPS API Collections

Description: This example attempts to improve the flexibility of Server Sent events and the documentation of those events. This particular ADF is ONLY to show the layout and contents and events. It is not to be used as an actual API resource.

Referenced Standards:

Scope: OpenRetailing

eventType

The 'event:' header in each SSE must be one of the following:
enum:

  • receiptAvailableEvent
  • promptAvailableEvent
  • iccStartAvailableEvent
  • iccCompletionAvailableEvent
  • iccRemoveCardEvent
  • reconciliationCompletionEvent
  • cardAcquisitionEvent
  • iccUpdateAIDConfigurationEvent
  • iccUpdateAIDRulesEvent
  • iccUpdateCAPKEvent
  • iccUpdateTerminalConfigurationEvent
  • heartBeatEvent

Note: This type must be copied manually from the enumeration in '../schemas/apiEventDefinitions.yaml'

EVENT

This definition is NOT a POST event. It uses the POST format to document the "data:" property content

Request Body schema:

In the Dropdown just above:

* Choose 'application/text' to show a sequence of SSEs in the box on the right, each with a different defined event. While in the definition area below it says "Schema not provided", you can view the schema by selecting 'application/json' in the droptdown just above.

* Choose 'application/json' to show the definitions of the event data content. While the example to the right is empty, the definitions will appear in the area below.
Note that the schema definitions ONLY describe the contents of the "data:" event line of the event. To see the SSE event stream example in context, choose the 'application/text' dropdown above.

The '200' return on the right is an artifact of documentation, and doesn't have significance.

Schema not provided

Responses

Request samples

Content type
id: 42
event: receiptAvailableEvent
data: {"id": "42","event": "receiptAvailableEvent","timestamp": "2021-06-17T09:32:00","receiptID": "e68ee6a7-4ce9-4981-b8a0-fc16d9b9accd","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 43
event: promptAvailableEvent
data: {"id": "43","event": "promptAvailableEvent","timestamp": "2021-06-17T09:32:00","promptID": "e68ee6a7-4ce9-4981-b8a0-fc16d9b9accd","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 44
event: iccStartAvailableEvent
data: {"id": "44","event": "iccStartAvailableEvent","timestamp": "2021-06-17T09:32:00","iccStartID": "e68ee6a7-4ce9-4981-b8a0-fc16d9b9accd","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 45
event: iccCompletionAvailableEvent
data: {"id": "45","event": "iccCompletionAvailableEvent","timestamp": "2021-06-17T09:32:00","iccCompletionID": "e68ee6a7-4ce9-4981-b8a0-fc16d9b9accd","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 46
event: iccRemoveCardEvent
data: {"id": "46","event": "iccRemoveCardEvent","timestamp": "2021-06-17T09:32:00","iccCardRemovalID": "e68ee6a7-4ce9-4981-b8a0-fc16d9b9accd","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 47
event: reconciliationCompletionEvent
data: {"id": "47","event": "reconciliationCompletionEvent","timestamp": "2021-06-17T09:32:00","reconciliationID": "e68ee6a7-4ce9-4981-b8a0-fc16d9b9accd","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 48
event: cardAcquisitionEvent
data: {"id": "48","event": "cardAcquisitionEvent","timestamp": "2021-11-20T17:30:50","cardAcquisitionID": "e68ee6a7-4ce9-4981-b8a0-fc16d9b9accd","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 49
event: iccUpdateAIDConfigurationEvent
data: {"id": "49","event": "iccUpdateAIDConfigurationEvent","timestamp": "2021-06-17T09:32:00","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 50
event: iccUpdateAIDRulesEvent
data: {"id": "59","event": "iccUpdateAIDRulesEvent","timestamp": "2021-06-17T09:32:00","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 51
event: iccUpdateCAPKEvent
data: {"id": "51","event": "iccUpdateCAPKEvent","timestamp": "2021-06-17T09:32:00","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 52
iccUpdateTerminalConfigurationEvent
data: {"id": "52","event": "iccUpdateTerminalConfigurationEvent","timestamp": "2021-06-17T09:32:00","connectionID": "40641ee8-8c1b-47cb-9609-70ff4318f7f5")

id: 53
heartBeatEvent
data: {"id": "53","event": "heartBeatEvent","timestamp": "2021-06-17T09:32:00")

Response samples

Content type
application/json
{ }