---
title: "Friendly Beach Volley Match"
description: "<p>Tired of sitting at your desk all day? 📚❌ It’s time to shake off the stress, jump on the sand, and have some serious fun!<br>Join us for a chill Beach Volley Session open to everyone. It’s the per"
canonical: "https://www.gomry.com/event/Friendly-Beach-Volley-Match-TUd8rfXMS393HVaqF69g"
---

# Friendly Beach Volley Match

- **Event id**: `TUd8rfXMS393HVaqF69g`
- **Starts**: 2026-09-28T16:30:00.000Z (Europe/Rome)
- **Ends**: 2026-09-28T18:30:00.000Z (Europe/Rome)
- **Where**: Milano, Italia
- **Organizer**: ESN Milano IULM
- **Availability**: `on_sale`
- **Price**: 8.00 eur
- **Page**: https://www.gomry.com/event/Friendly-Beach-Volley-Match-TUd8rfXMS393HVaqF69g?utm_medium=web&utm_campaign=catalogApi

## About

<p>Tired of sitting at your desk all day? 📚❌ It’s time to shake off the stress, jump on the sand, and have some serious fun!<br>Join us for a chill Beach Volley Session open to everyone. It’s the perfect opportunity to play, enjoy a great late afternoon together, and make new sports friends in a relaxed environment! ✨<br><br>⚠️ IMPORTANT DETAILS:<br>No professional skills needed! Whether you are a pro or have never touched a volleyball before, you are welcome. We play strictly just for fun in a friendly and welcoming atmosphere. 🥰<br>Spaces are limited, so make sure to book your spot as soon as possible!</p><p></p><p><em>Ticket not refundable</em></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `6BBsD9GdppbZXvJxfVPp` | Friendly beach volley | 8.00 | eur | yes | 1–1 | no | 2026-09-27T21:59:00.000Z |

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.

## 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": "6BBsD9GdppbZXvJxfVPp",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  }
}
```

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
