UoM GDG · Hands-on Backend Workshop
Engineering a Fintech Payment API
How Payment Systems Differ from Normal Web APIs
This workshop connects the portfolio page and the live fintech-api demo project.
Students see how the same API fundamentals apply in both fintech and non-fintech systems, but
fintech adds strict controls around money movement, identity, and legal accountability.
We frame the session around one idea: writing a normal API is mostly product
engineering; writing a fintech API is product engineering plus security
engineering plus regulatory engineering.
Session Focus
Who Should Attend: CS Year 1-2 students, REST/HTTP learners, and fintech-curious builders.
Workshop Outcomes
After this workshop you will be able to:
- Explain how fintech APIs differ from regular APIs.
- Understand idempotency and why it prevents double charges.
- Understand basic compliance and fraud concepts.
- Test and run a local payment API project.
- Read and follow a backend request flow.
Prerequisites: API basics, GET/POST, JSON, and basic Node.js.