---
title: "ESN Beach Volley"
description: "<p></p>"
canonical: "https://www.gomry.com/event/ESN-Beach-Volley-868FYlyjnw37GUMZjT9z"
---

# ESN Beach Volley

- **Event id**: `868FYlyjnw37GUMZjT9z`
- **Starts**: 2026-10-01T16:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-01T18:00:00.000Z (Europe/Rome)
- **Where**: Ravenna, Italy
- **Organizer**: ESN Ravenna
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/ESN-Beach-Volley-868FYlyjnw37GUMZjT9z?utm_medium=web&utm_campaign=catalogApi

## About

<p></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `UkIfbpaNf5zwHkHqBxV0` | ESNcard holder | 6.00 | eur | yes | 1–unlimited | no | 2026-09-30T21:59:00.000Z |
| `wkdqC2boIBkltaH6iAdx` | Not ESNcard holder | 9.00 | eur | yes | 1–unlimited | no | 2026-09-30T21:59:00.000Z |
| `xLzybGMCXcgEUYByRFfr` | ESNcard holder OFFICE TICKET | free | eur | yes | 1–unlimited | required | 2026-09-29T17:30: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.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `mzijnfny2kk5i3bk60yfb4` | Confirm you read and understood the terms and conditions | dropdown | yes | yes | I understood and accept the terms and conditions |
| `pc86082arx8fudn1v6q1h` | INFO & REGISTRATION | dropdown | yes | yes | I Agree |
| `hu9xodgy1bwy2ydtxe7wq` | PHOTO/VIDEO RELEASE | dropdown | yes | yes | I Agree, I don't agree |
| `j5mibfckcfqo0gse4rmj` | Do you need a ride to the beach volleyball court? | dropdown | yes | yes | Yes, i need a ride, No, i'll go directly to the court |

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": "xLzybGMCXcgEUYByRFfr",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "mzijnfny2kk5i3bk60yfb4",
      "value": "I understood and accept the terms and conditions"
    },
    {
      "question_id": "pc86082arx8fudn1v6q1h",
      "value": "I Agree"
    },
    {
      "question_id": "hu9xodgy1bwy2ydtxe7wq",
      "value": "I Agree"
    },
    {
      "question_id": "j5mibfckcfqo0gse4rmj",
      "value": "Yes, i need a ride"
    }
  ]
}
```

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
