🏡 index : github.com/captn3m0/talks.git

author Nemo <commits@captnemo.in> 2021-05-29 1:39:16.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-05-29 1:39:16.0 +05:30:00
commit
3e3b2688861fa10882aee8cc8fed82c3cf184f98 [patch]
tree
97455ed797de97f3cc69f5cc6d936e3ff7bc3131
parent
9b4d1ef187987eb6879664050ef3dba5bae2f43c
download
3e3b2688861fa10882aee8cc8fed82c3cf184f98.tar.gz

india-fintech



Diff

 india-fintech/chemical-brothers-no-geography-new-album-streaming-release.png |  0 
 india-fintech/index.md                                                       | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 india-fintech/rube.jpg                                                       |  0 
 3 files changed, 91 insertions(+)

diff --git a/india-fintech/chemical-brothers-no-geography-new-album-streaming-release.png b/india-fintech/chemical-brothers-no-geography-new-album-streaming-release.png
new file mode 100644
index 0000000000000000000000000000000000000000..788c2cf85d95130bf6aea427753da06b9ceb8e8b 100644
Binary files /dev/null and a/india-fintech/chemical-brothers-no-geography-new-album-streaming-release.png differdiff --git a/india-fintech/index.md b/india-fintech/index.md
new file mode 100644
index 0000000..2f884bc 100644
--- /dev/null
+++ a/india-fintech/index.md
@@ -1,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 = &#8377; 73
- Payer = NEMO
- Merchant = Paytm
- Payment Method = *

---


# DEMO - UPI
diff --git a/india-fintech/rube.jpg b/india-fintech/rube.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..be372280cd97c1064a134a57e523d5f6caaafd9d 100644
Binary files /dev/null and a/india-fintech/rube.jpg differ