Check Order by ID
Developing
GET
/order/{orderId}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/order/cd630c94b1fd4f65bcaed8a99618ddd8/' \
--header 'Accept: application/json; version=bevy.1.0' \
--header 'Accept-Encoding: gzip, deflate, br, zstd' \
--header 'Accept-Language: en' \
--header 'Origin: https://gdg.community.dev' \
--header 'Referer: https://gdg.community.dev/events/details/google-gdg-jakarta-presents-test-event/' \
--header 'Sec-Ch-Ua: "Not/A)Brand";v="8", "Chromium";v="126", "Google Chrome";v="126",,' \
--header 'Sec-Ch-Ua-Mobile: ?0' \
--header 'Sec-Ch-Ua-Platform: "macOS"' \
--header 'Sec-Fetch-Dest: empty' \
--header 'Sec-Fetch-Mode: cors' \
--header 'Sec-Fetch-Site: same-origin' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' \
--header 'X-Csrftoken: P5ezA01RuCxmYDm9QMsHdoD3JTenLLJv49gWeqY0WJEvGGleewVTZs0V9PdOsdNK' \
--header 'Cookie: cookie_consent_is_true=true; csrftoken=SepXnnDWxW4Ieti8a8QzxMSm6lCIGujZ7irk1NA5Z3bRWwhdySjLjQfewhB9nWne; sessionid=chueufwydydghuxre58pts0ahebqqeh1; __stripe_mid=662df390-c006-4032-b838-aa01b3aa10bd5a70c4; __stripe_sid=e3b33fde-a59a-41f0-83ef-86466d6bfa7ba4d0e6; correlation_key="google/99a50a06-2f56-4fe1-94b5-1cf6f23baa57"' \
--header 'Content-Type: application/json'
Response Response Example
{
"id": "cd630c94b1fd4f65bcaed8a99618ddd8",
"tickets": [
{
"id": 28650,
"title": "Tes",
"quantity": 1,
"total_price": 0,
"price": 0,
"fees": 0,
"available": 100,
"sale_start_date": "2024-07-20T04:14:24Z",
"sale_end_date": "2024-07-28T04:12:01Z",
"is_for_sale": true,
"reported_price_includes_fees": false,
"reported_price": 0,
"reported_price_per_ticket": 0,
"reported_fees_per_ticket": 0,
"discount_code": null
}
],
"total_amount": 0,
"payment_client_tokens": null,
"order_code": "GOOGE241093721",
"user": {
"id": 1005761,
"first_name": "GDG Jakarta",
"last_name": "ID",
"avatar": {
"url": "https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2,f_auto,g_center,q_auto:good/v1/gcs/platform-data-goog/avatars/gdg_jakarta_id.jpg",
"path": "avatars/gdg_jakarta_id.jpg",
"thumbnail_width": 400,
"thumbnail_height": 400,
"thumbnail_format": "auto",
"thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2,f_auto,g_face,h_400,q_auto:good,w_400/v1/gcs/platform-data-goog/avatars/gdg_jakarta_id.jpg"
},
"title": "",
"company": "",
"username": "m88yt3",
"email": "info@gdgjakarta.org",
"city": "Jakarta",
"twitter": null,
"linkedin": "",
"country": "ID",
"industry": null,
"timezone": ""
},
"status": "open",
"payment_processor_slug": "bevypay",
"external_transaction_id": null,
"created_date": "2024-07-20T05:19:00Z",
"currency": "USD",
"payment_methods": [],
"is_featured_attendee": false,
"use_featured_attendees": true,
"add_to_chapter": false,
"joined_chapter_via_cohost_event_registration": null,
"payment_flow": ""
}
Request
Path Params
orderId
stringÂ
required
Example:
cd630c94b1fd4f65bcaed8a99618ddd8
Header Params
Accept
stringÂ
required
Example:
application/json; version=bevy.1.0
Accept-Encoding
stringÂ
required
Example:
gzip, deflate, br, zstd
Accept-Language
stringÂ
required
Example:
en
Content-Type
stringÂ
required
Example:
application/json
Cookie
stringÂ
required
Cookie
from Bevy HeadersExample:
cookie_consent_is_true=true; csrftoken=SepXnnDWxW4Ieti8a8QzxMSm6lCIGujZ7irk1NA5Z3bRWwhdySjLjQfewhB9nWne; sessionid=chueufwydydghuxre58pts0ahebqqeh1; __stripe_mid=662df390-c006-4032-b838-aa01b3aa10bd5a70c4; __stripe_sid=e3b33fde-a59a-41f0-83ef-86466d6bfa7ba4d0e6; correlation_key="google/99a50a06-2f56-4fe1-94b5-1cf6f23baa57"
Origin
stringÂ
required
Example:
https://gdg.community.dev
Referer
stringÂ
required
Referer
from Bevy HeadersExample:
https://gdg.community.dev/events/details/google-gdg-jakarta-presents-test-event/
Sec-Ch-Ua
stringÂ
required
Example:
"Not/A)Brand";v="8", "Chromium";v="126", "Google Chrome";v="126",,
Sec-Ch-Ua-Mobile
stringÂ
required
Example:
?0
Sec-Ch-Ua-Platform
stringÂ
required
Example:
"macOS"
Sec-Fetch-Dest
stringÂ
required
Example:
empty
Sec-Fetch-Mode
stringÂ
required
Example:
cors
Sec-Fetch-Site
stringÂ
required
Example:
same-origin
User-Agent
stringÂ
required
Example:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
X-Csrftoken
stringÂ
required
CsrfToken
from Bevy HeadersExample:
P5ezA01RuCxmYDm9QMsHdoD3JTenLLJv49gWeqY0WJEvGGleewVTZs0V9PdOsdNK