Skip to content

Noman/payment - #123

Open
nomanSanjari wants to merge 10 commits into
mainfrom
Noman/Payment
Open

Noman/payment#123
nomanSanjari wants to merge 10 commits into
mainfrom
Noman/Payment

Conversation

@nomanSanjari

Copy link
Copy Markdown
Collaborator

Ticketing controller lets users buy tickets to events
Also where the frontend is gonna be pulling information from to generate the QR codes, both for client-side and business-side operations.
There's a method for business facing UI to be able to verify those QR codes when payload is received from reading the QR code.

Payment is where the Stripe implementation is.
Primary endpoint is Payment Intent Creation for actually starting the process and allowing the frontend to take over from there.
WebHook endpoint for all the functionality that allows us, with it right now it emailing users regarding payment status.

Changes made to the Event Schema so that can keep track of prices.
Added a Payment Schema such that we can keep a local store of information on payments and user records.
Added a Ticket Schema which keeps track of userId and eventId for tickets they purchase via the ticketing endpoints.

…nd DB Schema to accomodate requirements

Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
…alizing payment controller and webhook handler

Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
…ail logic and added a separate field to database for keeping track of PaymentIntents

Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
@vercel

vercel Bot commented Apr 11, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
campus-buddy ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2024 9:02pm

Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
…ing to implementing cron scheduling and additional requirements

Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
Signed-off-by: nomanSanjari <nomansanjari2001@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant