Fintech Learnings
initializing_portfolio.js

Fintech
Learnings

// Documenting hands-on experiments inside the fintech ecosystem

// Explore Projects
PaymentIntent Project

On the journey to understand how the fintech ecosystem works I Built a Stripe PaymentIntent API workflow using Postman platform to simulate a $20 test transaction and got the understanding of how authentication, request structure, and payment processes flows.

  • Stripe API
  • PaymentIntent
  • Postman
  • REST API
  • Authentication
  • Fintech
Postman — Stripe PaymentIntent Test ✓ 200 OK
Stripe PaymentIntent API workflow in Postman — $20 test transaction
Live test: $20 PaymentIntent simulated via Stripe Test Mode — status succeeded
Blockchain Project

While continuing my journey toward gaining an understanding of the fintech field, I started learning about blockchain through a course on FutureSkills Prime platform. In the middle of the course, I received an assignment where I had to create an Algorand project repository — so I started working on my first blockchain project.

  • “Engineering Blueprint Peer Review Protocol” — a decentralised science platform for civil engineering
  • Anonymous, verified engineers review building blueprints and earn reputation by identifying safety flaws
  • The system uses non-transferable reputation tokens — also known as soulbound tokens — to track an engineer’s historical accuracy
  • Atomic transfers reward reviewers instantly when consensus is reached on a blueprint
View GitHub Repository