---
title: "Sip And Paint (With a Twist)"
description: "<p>Hello guys 🫶🏻</p><p>I’m Maia, I love art, and I think <em>anyone can paint</em>. It can be such a fun thing to do together! That’s why I’d like to invite you to paint together while we have a dri"
canonical: "https://www.gomry.com/event/Sip-And-Paint-With-a-Twist-4XOEaayDohH0ZmX5cJZS"
---

# Sip And Paint (With a Twist)

- **Event id**: `4XOEaayDohH0ZmX5cJZS`
- **Starts**: 2026-09-29T16:15:00.000Z (Europe/Rome)
- **Ends**: 2026-09-29T18:30:00.000Z (Europe/Rome)
- **Where**: Milano, Italia
- **Organizer**: ESN Milano-Bicocca
- **Availability**: `on_sale`
- **Price**: 1.50 eur
- **Page**: https://www.gomry.com/event/Sip-And-Paint-With-a-Twist-4XOEaayDohH0ZmX5cJZS?utm_medium=web&utm_campaign=catalogApi

## About

<p>Hello guys 🫶🏻</p><p>I’m Maia, I love art, and I think <em>anyone can paint</em>. It can be such a fun thing to do together! That’s why I’d like to invite you to paint together while we have a drink 🎨</p><p>🗓 <em>Tuesday 29</em> September</p><p>📍*Maga Furla*, Via Roberto Cozzi, 50</p><p>🕑 from <em>18:15</em> to <em>20:30</em></p><p>👛 Fee: 2,50€ + what you drink! 🍹</p><p>🍻 The pub requires a minimum consumption of 5€. They have good beers, but also cocktails and soft drinks. You can even eat there if you want ✨</p><p>For info: +39 3711782237</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `c3Cc7jczBmOZPyYT36o4` | International Students | 1.50 | eur | yes | 1–unlimited | required | 2027-09-26T09:02:27.908Z |
| `W5c300DNLsHo1k8ZlZLO` | ESN volunteers | 1.50 | eur | yes | 1–5 | no | — |

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 |
| --- | --- | --- | --- | --- | --- |
| `mzh1haedmchsjxvxx4rz6` | ESN card number | text | yes | yes | — |
| `gv29l38m648j5my3qnvl7h` | Privacy and Registration | multipleChoice | yes | yes | I confirm that I have read the Privacy Policy |
| `y8fmpd7pna8cx5kp3pi4` | Photo and Video Consent Form | multipleChoice | no | yes | I hereby give my consent for promotional purposes and accept the release form for the use of my images |
| `wjofad8fgwipncsqggjlq` | Event Fee | multipleChoice | yes | yes | I understand and I will order something on the day of the event |

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": "c3Cc7jczBmOZPyYT36o4",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "mzh1haedmchsjxvxx4rz6",
      "value": "<answer>"
    },
    {
      "question_id": "gv29l38m648j5my3qnvl7h",
      "value": "I confirm that I have read the Privacy Policy"
    },
    {
      "question_id": "wjofad8fgwipncsqggjlq",
      "value": "I understand and I will order something on the day of the event"
    }
  ]
}
```

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
