Skip to content

Instantly share code, notes, and snippets.

View teafany's full-sized avatar

Tiffany Chen teafany

  • University of Florida
  • Orlando, FL
  • 07:37 (UTC -04:00)
View GitHub Profile
@teafany
teafany / makepayment.yaml
Created October 27, 2025 19:24
API that handles online movie ticket payments
openapi: 3.0.4
info:
title: Movie Ticket Payment API
description: API that handles online movie ticket payments.
version: 1.0.0
paths:
/user/payments/{paymentId}:
get:
summary: Gets payment details by ID