latestOpenAPI 3.0.12026-08-101292701.1 MB

f21981db32be

Events

Gets an event by identifier

Retrieve the details of an event by supplying its unique identifier, which you may have received in a webhook.

get/events/{id}

Path parameters

idstring uuid required

Event identifer

Response

200 OK. Returns an event object if a valid identifier was provided.

idstring uuid required

The unique identifier of the event.

createdTimestring date-time

The time when the event was created.

digitalRiverVersionstring date
liveModeboolean required

Has the value <code>true</code> if the object exists in live mode or the value false if the object exists in test mode.

typestring required

The type of event.

Example response

{
  "createdTime": "2018-08-29T09:12:33Z",
  "digitalRiverVersion": "2018-04-19",
  "liveMode": true,
  "type": "charge.succeeded"
}