Retrieve a list of transaction events using a token or pointer from the last list retrieved. Use this request using the last pointer returned from the initial Event List request. Up to 1000 status events will be returned and multiple calls to Get /Events will be used to pull all events based on the existsMoreEvents flag. Use the header param vericheck-version as 1.0.1 to obtain the newContinuationToken or as value 1.0.0 (or empty) to maintain backward compatibility for the last_pointer value to pull the events from the last provided list. The initial call will have no pointer. The newContinuationToken will be the Azure continuation token which can be up to 220 chars. It is suggested to Issue four GET requests at the following times: 11:00 AM ET, 5:30 PM ET, 7:00 PM ET, 10:00 PM ET
Retrieve a list of transaction events using the new_pointer (Vericheck API older version 1.0.0) or newContinuationToken version 1.0.1 or greater.
See Transaction Statuses for descriptions of statuses.