---
title: "REDBULL PADEL TOURNAMENT              \n(UNIPLAY x ASTRA)"
description: "<p>Get ready to hit the court this Sunday, October 4th at PalaUno for an afternoon of padel, socializing, and fun ☀️🎾</p><p>🗓️ <strong>When:</strong> Sunday, October 4th<br>⏰ <strong>Time:</strong> "
canonical: "https://www.gomry.com/event/REDBULL-PADEL-TOURNAMENT-UNIPLAY-x-ASTRA-yJE1TTKBm1llXw6se1ua"
---

# REDBULL PADEL TOURNAMENT              
(UNIPLAY x ASTRA)

- **Event id**: `yJE1TTKBm1llXw6se1ua`
- **Starts**: 2026-10-04T13:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-04T16:30:00.000Z (Europe/Rome)
- **Organizer**: UniPlay Milano
- **Availability**: `on_sale`
- **Price**: 16.00–18.00 eur
- **Page**: https://www.gomry.com/event/REDBULL-PADEL-TOURNAMENT-UNIPLAY-x-ASTRA-yJE1TTKBm1llXw6se1ua?utm_medium=web&utm_campaign=catalogApi

## About

<p>Get ready to hit the court this Sunday, October 4th at PalaUno for an afternoon of padel, socializing, and fun ☀️🎾</p><p>🗓️ <strong>When:</strong> Sunday, October 4th<br>⏰ <strong>Time:</strong> From 3:00 PM to 6:00 PM<br>📍 <strong>Where:</strong> PalaUno (Largo Balestra 5, Milano)</p><p>🤝 Organized in collaboration with Astra Cattolica<br>⚡ <strong>Sponsored by Red Bull</strong> – refresh yourself with a cold energy drink whenever you need a boost</p><p>🎾 This tournament is all about meeting new people, enjoying the afternoon, 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><strong>🏆 Tournament Format</strong></p><p><strong>Group Stage</strong><br>• 3 guaranteed matches for every team<br>• Each match lasts <strong>20 minutes</strong><br>• Results from the group stage determine the teams advancing to the final stage</p><p><strong>Final Stage</strong><br>• <strong>Semi-finals</strong><br>• <strong>3rd/4th place final</strong><br>• <strong>Final</strong> 🏆</p><p>The tournament is designed to keep everyone playing throughout the afternoon, with a mix of competition and a relaxed social atmosphere.</p><p>📸 <strong>Photos and videos will be taken throughout the event</strong></p><p>Bring your team, your friends, and your best padel energy, we can’t wait to see you on the court! 🎾🔥</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `ATyJbPI0whqGh8FR6Ana` | Tournament Entry + Rachet | 18.00 | eur | yes | 1–unlimited | no | — |
| `BVKUwi6XlTliYkk3BPnU` | Tournament Entry | 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 |
| --- | --- | --- | --- | --- | --- |
| `mlx2zq7aackqe2dwhpwt4k` | Team name? | text | no | 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": "BVKUwi6XlTliYkk3BPnU",
      "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
