india-fintech

This commit is contained in:
Nemo 2021-05-29 01:39:16 +05:30
parent 9b4d1ef187
commit 3e3b268886
3 changed files with 91 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

91
india-fintech/index.md Normal file
View File

@ -0,0 +1,91 @@
# india/fintech
---
## Agenda
- Some demos
- How money moves around?
---
## Ways to move money
- NEFT/RTGS/IMPS
- UPI
- Wallets
---
## How money moves
```sql
UPDATE balance set current=current-amount WHERE id=source
UPDATE balance set current=current+amount WHERE id=destination
```
---
## How money really moves
![](rube.jpg)
- [Source](https://krypt3ia.wordpress.com/2011/11/15/infosec-the-worlds-largest-rube-goldberg-device/)
---
# CBS (Core Banking System)
---
# payments v/s transfers
## merchant
## payer
## payee
---
# payments v/s transfers
## merchant
business that takes your money
## payer
the person paying
## payee
someone else getting your money
---
# P2M / P2P
- Payer to Merchant
- Payer to Payee
---
# wallets
(private ledger / PPI)
---
# DEMO - Paytm (P2M)
---
# pre-demo
- $1 = ₹ 73
- Payer = NEMO
- Merchant = Paytm
- Payment Method = *
---
# DEMO - UPI

BIN
india-fintech/rube.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 KiB