curl -X GET https://api.gatepass.io/api/orders/clx1234567890abcdef \ -H "Authorization: Bearer YOUR_TOKEN"
{ "id": "clx1234567890abcdef", "totalAmount": 102.50, "quantity": 2, "currency": "NGN", "paymentMethod": "FIAT", "paymentStatus": "COMPLETED", "customerEmail": "[email protected]", "customerName": "John Doe", "billingAddress": { "street": "123 Main Street", "city": "Lagos", "state": "Lagos State", "country": "Nigeria", "postalCode": "100001" }, "flutterwaveReference": "GP-clx1234567890-1234567890-a1b2c3d4", "paymentTxId": "FLW-TX-123456789", "event": { "id": "clx1234567890", "title": "Tech Conference 2024", "description": "Annual technology conference featuring industry leaders", "venue": "Convention Center Lagos", "address": "1 Water Corporation Drive, Victoria Island", "city": "Lagos", "country": "Nigeria", "eventDate": "2024-06-15T10:00:00Z", "imageUrl": "https://cdn.gatepass.io/events/tech-conf-2024.jpg", "category": "CONFERENCE" }, "tickets": [ { "id": "clx1111111111111111", "tokenId": 1001, "contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb", "chainId": 137, "txHash": "0xabc123def456...", "metadataUri": "ipfs://QmX...", "tier": "VIP", "seatNumber": "A-15", "section": "Front Row", "isUsed": false, "usedAt": null }, { "id": "clx2222222222222222", "tokenId": 1002, "contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb", "chainId": 137, "txHash": "0xdef456abc789...", "metadataUri": "ipfs://QmY...", "tier": "VIP", "seatNumber": "A-16", "section": "Front Row", "isUsed": false, "usedAt": null } ], "userId": "clx9999999999999999", "createdAt": "2024-05-20T14:30:00Z", "updatedAt": "2024-05-20T14:35:00Z" }
Retrieve details for a specific order
Show Address Object
Show Event Object
Show Ticket Object
tickets