---
title: "Italian Gesture Night"
description: "<p>🤘🏻Yooo!🤘🏻</p><p>🇮🇹🤌🏻 Ever wondered what all those <strong>Italian hand gestures actually mean</strong>?</p><p>Join us for Italian Gestures Night – a <strong>fun and interactive evening </st"
canonical: "https://www.gomry.com/event/Italian-Gesture-Night-0hw11DTu3sJFcRgZmP3G"
---

# Italian Gesture Night

- **Event id**: `0hw11DTu3sJFcRgZmP3G`
- **Starts**: 2026-09-30T18:45:00.000Z (Europe/Rome)
- **Ends**: 2026-09-30T21:00:00.000Z (Europe/Rome)
- **Where**: Milano, Italia
- **Organizer**: ESN Milano-Bicocca
- **Availability**: `closed`
- **Price**: free
- **Page**: https://www.gomry.com/event/Italian-Gesture-Night-0hw11DTu3sJFcRgZmP3G?utm_medium=web&utm_campaign=catalogApi

## About

<p>🤘🏻Yooo!🤘🏻</p><p>🇮🇹🤌🏻 Ever wondered what all those <strong>Italian hand gestures actually mean</strong>?</p><p>Join us for Italian Gestures Night – a <strong>fun and interactive evening </strong>to discover the meaning behind Italy’s most iconic gestures and <strong>learn how to use them </strong>like a true local! 😎✨</p><p></p><p>Curious, confused, or just looking for a fun night? </p><p>Come join us and discover the <strong>unspoken language of Italy</strong>! 🇮🇹👋🏻</p><p>See you there! 😉</p><p></p><p>📅 <strong>WHEN</strong>: 30th of September</p><p>📍<strong>WHERE</strong>: Doppio Malto, Bicocca Village</p><p>⏰<strong>TIME</strong>: 20:45 </p><p>💵<strong>FEE</strong>: order something from the menu </p><p>(and enjoy a <strong>10% discount on what you order</strong>🔥)</p><p></p><p>🤔For <strong>info</strong>:</p><p>💁🏻‍♀️ <strong>Sara</strong>: +39 3312392932</p><p>💁🏻‍♀️ <strong>Cecilia</strong>: +39 3482591755</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `gkM7kv4r01DSBwGNOBeU` | General Admission | free | eur | yes | 1–1 | 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 |
| --- | --- | --- | --- | --- | --- |
| `cxokvoctedczd49vej0dl` | ESNcard number | text | no | yes | — |
| `y1ktb9yzjomgirqw2uhcm` | Your email @campus.unimib.it | 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": "gkM7kv4r01DSBwGNOBeU",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "y1ktb9yzjomgirqw2uhcm",
      "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
