Orders
Get Order
Retrieve details for a specific order
GET
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GoodnessFx/GatePass/llms.txt
Use this file to discover all available pages before exploring further.
Get comprehensive details about a single order, including payment information, associated tickets, and event details.
Authentication
Bearer token for authentication
Path Parameters
The unique identifier of the order
Response
Unique order identifier
Total order amount including platform fees
Number of tickets purchased
Payment currency (NGN, USD, ETH, etc.)
Payment method: CRYPTO or FIAT
Order status: PENDING, COMPLETED, or FAILED
Customer email address
Customer name
Billing address information (if provided)
Paystack payment reference (if applicable)
Flutterwave payment reference (if applicable)
Blockchain transaction hash for crypto payments
Payment gateway transaction ID
Associated event details
Array of ticket objects associated with this order
ID of the user who placed the order
Order creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Access Control
Users can only access their own orders. Attempting to retrieve another user’s order will result in a 403 Forbidden error.Blockchain Information
For crypto payments or NFT tickets, the response includes blockchain-specific fields:- contractAddress: Smart contract where tickets are minted
- chainId: Blockchain network (137 = Polygon, 1 = Ethereum)
- txHash: Transaction hash for verification
- tokenId: Unique NFT token identifier