---
title: "NoGloxk x Pressure2x Video Shoot!"
description: "<p>NoGloxk and Pressure2x team up to shoot the video for the highly popular club banger “No MF Money”! Come out this Saturday Sept26th @5pm if you want to be apart of the video! RSVPs ONLY!</p>"
canonical: "https://www.gomry.com/event/NoGloxk-x-Pressure2x-Video-Shoot-bs8Qep3AaIL81Kb2CxpD"
---

# NoGloxk x Pressure2x Video Shoot!

- **Event id**: `bs8Qep3AaIL81Kb2CxpD`
- **Starts**: 2026-09-26T22:00:00.000Z (America/Chicago)
- **Ends**: 2026-09-27T00:00:00.000Z (America/Chicago)
- **Where**: Austin, United States
- **Organizer**: G.A Daniel
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/NoGloxk-x-Pressure2x-Video-Shoot-bs8Qep3AaIL81Kb2CxpD?utm_medium=web&utm_campaign=catalogApi

## About

<p>NoGloxk and Pressure2x team up to shoot the video for the highly popular club banger “No MF Money”! Come out this Saturday Sept26th @5pm if you want to be apart of the video! RSVPs ONLY!</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `SsBkltku4wev9kFARr4g` | RSVP | free | usd | yes | 1–unlimited | required | — |

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": "SsBkltku4wev9kFARr4g",
      "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
