Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Eventzilla Transactions API

Transaction and order operations

Eventzilla Transactions API is one of 7 APIs that Eventzilla publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Transactions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 5 operations across 5 paths, and defines 9 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against a single base URL, https://www.eventzillaapi.net/api/v2.

5 operations 5 paths 9 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://www.eventzillaapi.net/api/v2/
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Eventzilla Transactions API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Transactions 5

Transaction and order operations

GET
/events/{eventid}/transactions
List transactions for event
listEventTransactions 3 params → 200
POST
/events/order/confirm
Confirm event order
confirmOrder body → 200
POST
/events/order/cancel
Cancel event order
cancelOrder body → 200
GET
/transactions/{checkout_id}
Get transaction by checkout ID
getTransactionByCheckoutId 1 param → 200
GET
/transactions/{refno}
Get transaction by reference number
getTransactionByRef 1 param → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are TransactionDetail (19 properties), Transaction (16 properties), OrderConfirmRequest (4 properties), OrderCancelRequest (3 properties). Each schema is shown below with its type and property counts.

TransactionsListResponse
object
2 properties
OrderCancelRequest
object
3 properties 2 required
OrderCancelResponse
object
1 property
TransactionDetailResponse
object
1 property
OrderConfirmRequest
object
4 properties 2 required
Pagination
object
3 properties
TransactionDetail
object
19 properties
Transaction
object
16 properties
OrderConfirmResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eventzilla-transactions-api-openapi.yml Raw ↑

Other APIs Eventzilla publishes across the network.

Eventzilla Attendees API
Eventzilla Categories API
Eventzilla Checkout API
Eventzilla Events API
Eventzilla Tickets API
Eventzilla Users API