---
title: "ESN The Hague Movie Night #1"
description: "<p>Join us in the Beehive Common room for a movie night to settle into cozy season! We will make sure there is enough snacks and drinks to make it the perfect night to sit back and relax. Grab a blank"
canonical: "https://www.gomry.com/event/ESN-The-Hague-Movie-Night-1-Y9upddIf80xRx0kTtrtU"
---

# ESN The Hague Movie Night #1

- **Event id**: `Y9upddIf80xRx0kTtrtU`
- **Starts**: 2026-09-30T15:00:00.000Z (Europe/Amsterdam)
- **Ends**: 2026-09-30T17:00:00.000Z (Europe/Amsterdam)
- **Organizer**: ESN The Hague
- **Availability**: `on_sale`
- **Price**: 2.00 eur
- **Page**: https://www.gomry.com/event/ESN-The-Hague-Movie-Night-1-Y9upddIf80xRx0kTtrtU?utm_medium=web&utm_campaign=catalogApi

## About

<p>Join us in the Beehive Common room for a movie night to settle into cozy season! We will make sure there is enough snacks and drinks to make it the perfect night to sit back and relax. Grab a blanket, grab some friends, and enjoy the movie!</p><p></p><p>Join our WhatsApp groupchat for exact location directions and live event updates:</p><p><a target="_blank" rel="noopener noreferrer nofollow" href="https://chat.whatsapp.com/LpM53aMMNfLFB8zT89eULP?s=cl&amp;p=i&amp;mlu=4&amp;ilr=4">https://chat.whatsapp.com/LpM53aMMNfLFB8zT89eULP?s=cl&amp;p=i&amp;mlu=4&amp;ilr=4</a></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `aX5PZcboUhah1ORYvStG` | ESN The Hague Movie Night #1 | 2.00 | eur | yes | 1–unlimited | required | — |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `yu589vi66aqunpwxwcizc` | University | text | yes | yes | — |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "aX5PZcboUhah1ORYvStG",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "yu589vi66aqunpwxwcizc",
      "value": "<answer>"
    }
  ]
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
