Skip to main content
GET
Retrieve order events

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Query Parameters

order_event_id
string

An order event ID. If provided, the response will only have a maximum of one result.

order_id
string

Enables searching for events by order ID

partner_event_id
string

The identifier of the order event in the partner system. If provided, the response will only have a maximum of one result.

network_transaction_id
string

The network's unique identifier for the transaction. Examples include Visa Transaction ID, Mastercard Trace ID, and American Express Network Reference ID

limit
integer<int32>
default:10

Limits the number of returned results

Required range: x >= 1
starting_after
string

A cursor for use in pagination. An id that defines your place in the list.

Response

List of order events

data
object[]
required

List of order events

has_more
boolean
total
integer