Skip to content

Event Order - get

GET
/events/v2/{bucket}/{resource_type}/{uid}/order/{euid}

A specific order for an event Requires event.order permission

bucket
required

The bucket (client) name

string
Example
example
resource_type
required

The type of resource, usually the second element in the URI e.g person, organisation, member, payment

string
Example
person
uid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

The resource UID, usually a person UID

euid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

The event UID

A single order

object
attendee_count
number
buyer

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
buyer_index_name
string
currencies
Array<string>
Allowed values: gbp usd eur aed aud bbd bgn bhd bsd bwp cad chf cny czk dkk fjd ghs hkd hrk huf idr ils inr jmd jod jpy kes kwd kyd lkr lsl mad mur mwk mxn myr nad ngn nok nzd omr php pkr pln qar ron rsd rub sek sgd thb tnd try ttd twd ugx zar
order_date

A date in the format YYYY-MM-DDTHH:MM:SS.mmmmmm

string
Example
2023-09-05T11:27:06.437000
order_total

NOTE: The currencies of each payment form the keys within the order_total

object
gbp
object
fully_paid
boolean
outstanding

The amount remaining to be paid on the order

number
paid

The amount already paid on the order

number
processing_fees

The total amount of the processing fees

number
total

The total amount of the order

number
eur
object
fully_paid
boolean
outstanding

The amount remaining to be paid on the order

number
paid

The amount already paid on the order

number
processing_fees

The total amount of the processing fees

number
total

The total amount of the order

number
usd
object
fully_paid
boolean
outstanding

The amount remaining to be paid on the order

number
paid

The amount already paid on the order

number
processing_fees

The total amount of the processing fees

number
total

The total amount of the order

number
tickets
number
tickets_as_string
string

A standard error message

Authentication error