Eventzilla · Schema

Transaction

A financial transaction for an Eventzilla event order.

EventTicketingRegistrationAttendeesEvent Management

Properties

Name Type Description
refno string Transaction reference number
transaction_ref string Transaction reference number (alternate field)
checkout_id number Checkout session identifier
transaction_date string Date and time of transaction
transaction_amount numberstring Total transaction amount
transaction_tax number Tax amount
transaction_discount number Discount amount
eventzilla_fee number Eventzilla platform fee
transaction_status string Current transaction status
tickets_in_transaction number Number of tickets in the transaction
event_date string Date of the event
event_id number Associated event identifier
user_id number Organizer user identifier
title string Event title
email string Buyer email address
buyer_first_name string Buyer first name
buyer_last_name string Buyer last name
promo_code string Promotional code used
payment_type string Payment method used
comments string Order comments
View JSON Schema on GitHub

JSON Schema

transaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.eventzilla.net/schemas/transaction",
  "title": "Transaction",
  "description": "A financial transaction for an Eventzilla event order.",
  "type": "object",
  "properties": {
    "refno": { "type": "string", "description": "Transaction reference number" },
    "transaction_ref": { "type": "string", "description": "Transaction reference number (alternate field)" },
    "checkout_id": { "type": "number", "description": "Checkout session identifier" },
    "transaction_date": { "type": "string", "description": "Date and time of transaction" },
    "transaction_amount": { "type": ["number", "string"], "description": "Total transaction amount" },
    "transaction_tax": { "type": "number", "description": "Tax amount" },
    "transaction_discount": { "type": "number", "description": "Discount amount" },
    "eventzilla_fee": { "type": "number", "description": "Eventzilla platform fee" },
    "transaction_status": { "type": "string", "description": "Current transaction status" },
    "tickets_in_transaction": { "type": "number", "description": "Number of tickets in the transaction" },
    "event_date": { "type": "string", "format": "date-time", "description": "Date of the event" },
    "event_id": { "type": "number", "description": "Associated event identifier" },
    "user_id": { "type": "number", "description": "Organizer user identifier" },
    "title": { "type": "string", "description": "Event title" },
    "email": { "type": "string", "format": "email", "description": "Buyer email address" },
    "buyer_first_name": { "type": "string", "description": "Buyer first name" },
    "buyer_last_name": { "type": "string", "description": "Buyer last name" },
    "promo_code": { "type": "string", "description": "Promotional code used" },
    "payment_type": { "type": "string", "description": "Payment method used" },
    "comments": { "type": "string", "description": "Order comments" }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.