---
title: "REDBULL (4VS4) BEACHVOLLEY EVENT (UNIPLAY x ASTRA)"
description: "<p>🚫 TOURNAMENT AT FULL CAPACITY 🚫 </p><p>Please PURCHASE A TICKET ONLY if you belong to an already registered team. 🎫⚽</p><p></p><p>Get ready to hit the sand on <strong>Sunday, semptember 27th </s"
canonical: "https://www.gomry.com/event/REDBULL-4VS4-BEACHVOLLEY-EVENT-UNIPLAY-x-ASTRA-bLRQJ2YvAzXfsip12h5k"
---

# REDBULL (4VS4) BEACHVOLLEY EVENT (UNIPLAY x ASTRA)

- **Event id**: `bLRQJ2YvAzXfsip12h5k`
- **Starts**: 2026-09-27T12:30:00.000Z (Europe/Rome)
- **Ends**: 2026-09-27T17:00:00.000Z (Europe/Rome)
- **Where**: Milano, Italy
- **Organizer**: UniPlay Milano
- **Availability**: `on_sale`
- **Price**: 16.00 eur
- **Page**: https://www.gomry.com/event/REDBULL-4VS4-BEACHVOLLEY-EVENT-UNIPLAY-x-ASTRA-bLRQJ2YvAzXfsip12h5k?utm_medium=web&utm_campaign=catalogApi

## About

<p>🚫 TOURNAMENT AT FULL CAPACITY 🚫 </p><p>Please PURCHASE A TICKET ONLY if you belong to an already registered team. 🎫⚽</p><p></p><p>Get ready to hit the sand on <strong>Sunday, semptember 27th </strong>at <strong>PalaUno</strong> for an afternoon of sport, music, socializing, and fun ☀️🎶</p><p></p><p>🗓️ <strong>When:</strong> Sunday, september 27th<br>⏰ <strong>Time:</strong> From 2:30 PM to 7:00 PM<br>📍 <strong>Where:</strong> PalaUno (Largo Balestra 5, Milano)</p><p></p><p>🤝 <strong>Organized in collaboration with Astra Cattolica</strong></p><p>🎧 DJ Set all afternoon – great music to keep the energy high<br>🥤 <strong>1 Drink included</strong> – choose between a spritz, beer, or soft drink<br>⚡ <strong>Sponsored by Red Bull</strong> – refresh yourself with a cold energy drink whenever you need a boost</p><p></p><p>🏐 This tournament is all about meeting new people, enjoying the summer atmosphere, and having fun together. While there will be competition, the main goal is to create a social and enjoyable experience for everyone, regardless of skill level.</p><p></p><p>Teams are free to agree on the rules they prefer before each match. However, since we play 4vs4, we recommend using standard volleyball rules, as they allow players of all levels to get involved and enjoy the game.</p><p></p><p>🏆 <strong>Tournament Format</strong></p><p><strong>Group Stage</strong><br>• 3 Guaranteed matches for every team<br>• Matches end after <strong>20 minutes of play</strong> or when a team wins <strong>one set</strong></p><p><strong>Final Stage</strong><br>• Direct elimination matches<br>• Matches end only when a team wins the set<br>• In case of a <strong>20-20 tie</strong>, play continues until one team gains a <strong>2-point advantage</strong></p><p></p><p>📸 Photos and videos will be taken throughout the event</p><p>Bring your team, your friends, and your best summer energy, we can’t wait to see you on the sand! 🌴🔥</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `sg6Xo110dgqkUKjcJati` | General Admission | 16.00 | eur | yes | 1–unlimited | 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 |
| --- | --- | --- | --- | --- | --- |
| `39akegsxikf4smclnualel` | Team name? | text | yes | yes | — |
| `43s48xush7rhyyv5vc3oq7` | Number of players? | multipleChoice | yes | yes | 4, 5 |

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": "sg6Xo110dgqkUKjcJati",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "39akegsxikf4smclnualel",
      "value": "<answer>"
    },
    {
      "question_id": "43s48xush7rhyyv5vc3oq7",
      "value": "4"
    }
  ]
}
```

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
