-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathapplist.html
850 lines (807 loc) · 34.7 KB
/
applist.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>List of All UPI Apps | #CashlessConsumer</title>
<meta name="description" content="Unified Payments Interface - #CashlessConsumer initiative ">
<meta name="author" content="Srikanth L">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/touch/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/touch/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/touch/apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" sizes="196x196" href="img/touch/touch-icon-196x196.png">
<link rel="shortcut icon" href="img/touch/apple-touch-icon.png">
<meta name="msapplication-TileImage" content="img/touch/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#222222">
<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css" integrity="sha384-Wrgq82RsEean5tP3NK3zWAemiNEXofJsTwTyHmNb/iL3dP/sZJ4+7sOld1uqYJtE" crossorigin="anonymous">
<!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.3.1/jssocials.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.3.1/jssocials-theme-flat.css" />
<!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<header>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#cc-navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">#CashlessConsumer</a>
</div>
<div class="collapse navbar-collapse" id="cc-navbar-collapse">
<ul class="nav navbar-nav navbar-left">
<li><a href="./index.html">Home</a></li>
<li><a href="./upi-setup.html">How to Install</a></li>
<li class="active"><a href="./applist.html">UPI Apps</a></li>
<li><a href="./qrcode.html">Get QR Code</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./askus.html">Ask Us</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><select id="lang" onchange="updateText()">
<option value="en">English</option>
<option value="ta">தமிழ்</option>
<option value="kn">ಕನ್ನಡ</option>
</select></a></li>
</ul>
</div>
</div>
</nav>
</header>
<article>
<div class="title-banner">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>UPI App List</h1>
</div>
</div>
</div>
</div>
<div class="container content">
<div class="row">
<div class="col-md-12">
<p>You can download a UPI app of your choice and install. Yes, this need not be issued by your own bank. You can use any UPI app issued by any bank or company and link your bank account to it.</p>
<p>Currently only Android devices are supported. iOS and Windows apps coming soon.
<p>Confused which app to install?</p>
<p><a class="btn btn-primary" href="http://bit.ly/UPIApps" target="_blank">Compare all UPI Apps</a></p>
<p class="visible-sm-* hidden-xs">Scan QRCode to install your preferred android app.</p>
<div class="table-responsive">
<table class="table table-bordered table-hover">
<tr>
<th class="col-md-2 col-sm-2 col-xs-3">App</th>
<th class="col-md-1 col-sm-1 col-xs-2">Bank</th>
<th class="col-md-7 col-sm-7 visible-sm-* hidden-xs">Description</th>
<th class="col-md-2 col-sm-2 visible-sm-* hidden-xs">Download</th>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.lcode.allahabadupi">
<img class="img-responsive" src="./img/app-logo/com.lcode.allahabadupi-256.png" title="Allahabad Bank UPI" alt=""/>
<br/>
Allahabad Bank UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/allahabad-bank-256.png" alt="Allahabad Bank"/>
<br/>
Allahabad Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.lcode.allahabadupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.olive.andhra.upi">
<img class="img-responsive" src="./img/app-logo/com.olive.andhra.upi-256.png" title="Andhra Bank ONE - UPI App" alt=""/>
<br/>
Andhra Bank ONE - UPI App</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/andhra-bank-256.png" alt="Andhra Bank"/>
<br/>
Andhra Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.olive.andhra.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.upi.axispay">
<img class="img-responsive" src="./img/app-logo/com.upi.axispay-256.png" title="AxisPay" alt=""/>
<br/>
AxisPay</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/axis-bank-256.png" width="" alt="Axis Bank"/>
<br/>
Axis Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.upi.axispay" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.infrasofttech.mahaupi">
<img class="img-responsive" src="./img/app-logo/com.infrasofttech.mahaupi-256.png" title="Maha UPI" alt=""/>
<br/>
Maha UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/bank-of-maharashtra-256.png" alt="Bank of Maharashtra"/>
<br/>
Bank of Maharashtra
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.infrasofttech.mahaupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.bankofbaroda.upi">
<img class="img-responsive" src="./img/app-logo/com.bankofbaroda.upi-256.png" title="Baroda MPay" alt=""/>
<br/>
Baroda MPay</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/bank-of-baroda-256.png" width="" alt="Bank of Baroda"/>
<br/>
Bank of Baroda
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.bankofbaroda.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=in.org.npci.upiapp">
<img class="img-responsive" src="./img/app-logo/in.org.npci.upiapp-256.png" title="BHIM" alt=""/>
<br/>
BHIM</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/npci-256.png" width="" alt="National Payments Corporation of India (NPCI)"/>
<br/>
National Payments Corporation of India (NPCI)
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=in.org.npci.upiapp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=upi.npst.com.upicanara">
<img class="img-responsive" src="./img/app-logo/upi.npst.com.upicanara-256.png" title="Canara Bank UPI- eMpower" alt=""/>
<br/>
Canara Bank UPI- eMpower</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/canara-bank-256.png" alt="Canara Bank"/>
<br/>
Canara Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=upi.npst.com.upicanara" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.infrasofttech.centralbankupi">
<img class="img-responsive" src="./img/app-logo/com.infrasofttech.centralbankupi-256.png" title="Cent UPI" alt=""/>
<br/>
Cent UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/central-bank-of-india-256.png" alt="Central Bank of India"/>
<br/>
Central Bank of India
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.infrasofttech.centralbankupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.lcode.csbupi">
<img class="img-responsive" src="./img/app-logo/com.lcode.csbupi-256.png" title="CSB-UPI" alt=""/>
<br/>
CSB-UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/catholic-syrian-bank-256.png" alt="Catholic Syrian Bank"/>
<br/>
Catholic Syrian Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.lcode.csbupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.olive.dcb.upi">
<img class="img-responsive" src="./img/app-logo/com.olive.dcb.upi-256.png" title="DCB Bank UPI App" alt=""/>
<br/>
DCB Bank UPI App</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/dcb-bank-256.png" alt="DCB Bank"/>
<br/>
DCB Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.olive.dcb.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.snapwork.hdfc">
<img class="img-responsive" src="./img/app-logo/com.snapwork.hdfc-256.png" title="HDFC Bank MobileBanking" alt=""/>
<br/>
HDFC Bank MobileBanking</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/hdfc-bank-256.png" alt="HDFC Bank"/>
<br/>
HDFC Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.snapwork.hdfc" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.idfcpsp">
<img class="img-responsive" src="./img/app-logo/com.fss.idfcpsp-256.png" title="IDFC Bank UPI App" alt=""/>
<br/>
IDFC Bank UPI App</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/idfc-bank-256.png" alt="IDFC Bank"/>
<br/>
IDFC Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.idfcpsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.csam.icici.bank.imobile">
<img class="img-responsive" src="./img/app-logo/com.csam.icici.bank.imobile-256.png" title="iMobile by ICICI Bank" alt=""/>
<br/>
iMobile by ICICI Bank</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/icici-bank-256.png" alt="ICICI Bank"/>
<br/>
ICICI Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.csam.icici.bank.imobile" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.infrasofttech.indianbankupi">
<img class="img-responsive" src="./img/app-logo/com.infrasofttech.indianbankupi-256.png" title="Indian Bank UPI" alt=""/>
<br/>
Indian Bank UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/indian-bank-256.png" alt="Indian Bank"/>
<br/>
Indian Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.infrasofttech.indianbankupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.mgs.induspsp">
<img class="img-responsive" src="./img/app-logo/com.mgs.induspsp-256.png" title="IndusPay UPI App" alt=""/>
<br/>
IndusPay UPI App</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/indusind-bank-256.png" alt="IndusInd Bank"/>
<br/>
IndusInd Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.mgs.induspsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.jugnoo.pay">
<img class="img-responsive" src="./img/app-logo/com.jugnoo.pay-256.png" title="Jugnoo Pay - UPI based" alt=""/>
<br/>
Jugnoo Pay - UPI based</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/yes-bank-256.png" alt="Yes Bank"/>
<br/>
Yes Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.jugnoo.pay" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.olive.kotak.upi">
<img class="img-responsive" src="./img/app-logo/com.olive.kotak.upi-256.png" title="Kaypay" alt=""/>
<br/>
Kaypay</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/kotak-mahindra-bank-256.png" alt="Kotak Mahindra Bank Ltd."/>
<br/>
Kotak Mahindra Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.olive.kotak.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.lcode.smartz">
<img class="img-responsive" src="./img/app-logo/com.lcode.smartz-256.png" title="KBL SMARTz (UPI)" alt=""/>
<br/>
KBL SMARTz (UPI)</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/karnataka-bank-256.png" alt="Karnataka Bank"/>
<br/>
Karnataka Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.lcode.smartz" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.upi.federalbank.org.lotza">
<img class="img-responsive" src="./img/app-logo/com.upi.federalbank.org.lotza-256.png" title="Lotza-UPI" alt=""/>
<br/>
Lotza-UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/federal-bank-256.png" alt="Federal Bank"/>
<br/>
Federal Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.upi.federalbank.org.lotza" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.nupay.customer">
<img class="img-responsive" src="./img/app-logo/com.nupay.customer-256.png" title='Nupay-"THE" UPI app to use' alt=""/>
<br/>
Nupay-"THE" UPI app to use</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/yes-bank-256.png" alt="Yes Bank"/>
<br/>
Yes Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.nupay.customer" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.mgs.obcbank">
<img class="img-responsive" src="./img/app-logo/com.mgs.obcbank-256.png" title="OBC UPI PSP" alt=""/>
<br/>
OBC UPI PSP</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/oriental-bank-of-commerce-256.png" alt="Oriental Bank of Commerce"/>
<br/>
Oriental Bank of Commerce
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.mgs.obcbank" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.cheripo.letspool.android">
<img class="img-responsive" src="./img/app-logo/com.cheripo.letspool.android-256.png" title="UPI Social Payments & Split" alt=""/>
<br/>
UPI Social Payments & Split</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/yes-bank-256.png" alt="Yes Bank"/>
<br/>
Yes Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.cheripo.letspool.android" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.phonepe.app">
<img class="img-responsive" src="./img/app-logo/com.phonepe.app-256.png" title="PhonePe - India's Payment App" alt=""/>
<br/>
PhonePe - India's Payment App</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/yes-bank-256.png" alt="Yes Bank"/>
<br/>
Yes Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.phonepe.app" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.pnbpsp">
<img class="img-responsive" src="./img/app-logo/com.fss.pnbpsp-256.png" title="PNB UPI" alt=""/>
<br/>
PNB UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/punjab-national-bank-256.png" alt="Punjab National Bank"/>
<br/>
Punjab National Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.pnbpsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.icicibank.pockets">
<img class="img-responsive" src="./img/app-logo/com.icicibank.pockets-256.png" title="Pockets-UPI,Wallet,QR Payments" alt=""/>
<br/>
Pockets-UPI,Wallet,QR Payments</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/icici-bank-256.png" alt="ICICI Bank"/>
<br/>
ICICI Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.icicibank.pockets" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.rblbank.upi">
<img class="img-responsive" src="./img/app-logo/com.rblbank.upi-256.png" title="RBL Pay" alt=""/>
<br/>
RBL Pay</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/rbl-bank-256.png" alt="RBL Bank"/>
<br/>
RBL Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.rblbank.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.sbi.upi">
<img class="img-responsive" src="./img/app-logo/com.sbi.upi-256.png" title="SBI Pay" alt=""/>
<br/>
SBI Pay</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/state-bank-of-india-256.png" alt="State Bank of India"/>
<br/>
State Bank of India
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.sbi.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.paymate.sib">
<img class="img-responsive" src="./img/app-logo/com.paymate.sib-256.png" title="SIB M-Pay (UPI Pay)" alt=""/>
<br/>
SIB M-Pay (UPI Pay)</a>
<br/>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/south-indian-bank-256.png" alt="South Indian Bank"/>
<br/>
South Indian Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.paymate.sib" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.splitkart.app">
<img class="img-responsive" src="./img/app-logo/com.splitkart.app-256.png" title="UPI App- Pay,Split & Earn" alt=""/>
<br/>
UPI App- Pay,Split & Earn</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/yes-bank-256.png" alt="Yes Bank"/>
<br/>
Yes Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.splitkart.app" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=in.co.finacus.tjsbbankpsp">
<img class="img-responsive" src="./img/app-logo/in.co.finacus.tjsbbankpsp-256.png" title="TranZapp - UPI" alt=""/>
<br/>
TranZapp - UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/tjsb-sahakari-bank-256.png" alt="TJSB Sahakari Bank"/>
<br/>
TJSB Sahakari Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=in.co.finacus.tjsbbankpsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.protinus.trupay&hl=en">
<img class="img-responsive" src="./img/app-logo/com.protinus.trupay-256.png" title="UPI Money Transfer – Trupay" alt=""/>
<br/>
UPI Money Transfer – Trupay</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/yes-bank-256.png" alt="Yes Bank"/>
<br/>
Yes Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.protinus.trupay&hl=en" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.lcode.ucoupi">
<img class="img-responsive" src="./img/app-logo/com.lcode.ucoupi-256.png" title="UCO UPI" alt=""/>
<br/>
UCO UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/uco-bank-256.png" alt="UCO Bank"/>
<br/>
UCO Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.lcode.ucoupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.ubipsp">
<img class="img-responsive" src="./img/app-logo/com.fss.ubipsp-256.png" title="Union Bank UPI App" alt=""/>
<br/>
Union Bank UPI App</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/union-bank-of-india-256.png" alt="Union Bank of India"/>
<br/>
Union Bank of India
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.ubipsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.unbipsp">
<img class="img-responsive" src="./img/app-logo/com.fss.unbipsp-256.png" title="UPI :: United UPI" alt=""/>
<br/>
UPI :: United UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/united-bank-of-india-256.png" alt="United Bank of India"/>
<br/>
United Bank of India
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.unbipsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.app.mypoolin">
<img class="img-responsive" src="./img/app-logo/com.app.mypoolin-256.png" title="UPI Bank Transfer with Friends" alt=""/>
<br/>
UPI Bank Transfer with Friends</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/yes-bank-256.png" alt="Yes Bank"/>
<br/>
Yes Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.app.mypoolin" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.vijayapsp">
<img class="img-responsive" src="./img/app-logo/com.fss.vijayapsp-256.png" title="VIJAYA UPI" alt=""/>
<br/>
VIJAYA UPI</a>
</td>
<td>
<img class="img-responsive" src="./img/bank-logo/vijaya-bank-256.png" alt="Vijaya Bank"/>
<br/>
Vijaya Bank
</td>
<td class="visible-sm-* hidden-xs">
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.vijayapsp" alt="qrcode"/>
</td>
</tr>
</table>
</div>
</div>
</div>
<center><div id="sharesocial"/></center>
</div> <!-- end .container -->
</article>
<footer>
<div class="container">
<p class="copyright"><span data-i18n="upiqrc-footer">#CashlessConsumer Initiative. Licensed under </span><a href="https://creativecommons.org/licenses/by-sa/4.0/"><span data-i18n="upiqrc-license">CC-BY-SA 4.0</span></a> - <a href="http://github.com/CashlessConsumer/CashlessConsumer"><span data-i18n="upiqrc-codelink">Code</span></a></p>
</div>
</footer>
<!-- End Document –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.jssocials/1.3.1/jssocials.min.js"></script>
<script>
$("#sharesocial").jsSocials({
url: "https://srikanthlogic.github.io/CashlessConsumer/applist.html",
text: "Browse all UPI Apps and learn more at #CashlessConsumer",
showCount: "inside",
showLabel: false,
shareIn: "popup",
shares: ["email", "twitter", "facebook", "whatsapp", "googleplus"]
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83520638-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>