-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment-management.html
554 lines (523 loc) · 31.6 KB
/
payment-management.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Vaultspay">
<meta name="keywords" content="Vaultspay">
<meta name="author" content="Vaultspay">
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon" />
<title>Vaultspay</title>
<!--Google font-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- vendors -->
<link rel="stylesheet" type="text/css" href="assets/css/vendors/bootstrap.css">
<link rel="stylesheet" type="text/css" href="assets/css/vendors/font-awesome.css">
<!-- animation css -->
<link rel="stylesheet" href="assets/css/vendors/animate.css">
<!-- country flag css -->
<link rel="stylesheet" href="assets/css/vendors/intlTelInput.css">
<!-- Theme css -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<!-- header section start -->
<header>
<div class="custom-container container">
<div class="row">
<div class="col-12">
<div class="main-menu">
<a href="index.html" class="brand-logo">
<img src="assets/images/logo.png" class="img-fluid">
</a>
<nav>
<div class="main-navbar">
<div id="mainnav">
<div class="toggle-nav d-xl-none d-inline-block"><i
class="fa fa-bars sidebar-bar"></i></div>
<div class="menu-overlay"></div>
<ul class="nav-menu">
<li class="back-btn">
<div class="mobile-back text-end">
<span>Back</span>
<i aria-hidden="true" class="fa fa-angle-right pl-2"></i>
</div>
</li>
<li>
<a href="index.html" class="nav-link menu-title">Home</a>
</li>
<li class="mega-menu">
<a href="#" class="nav-link menu-title">individual <span
class="according-menu d-xl-none d-inline-block"></span></a>
<div class="mega-menu-container menu-content two-grid">
<div class="container">
<div class="row margin-deafult">
<div class="col-xl-6 mega-box">
<div class="link-section">
<div class="submenu-title">
<a href="send-money.html">send</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Send Money easily, securely, and cheaply</p>
</div>
</div>
</div>
<div class="col-xl-6 mega-box">
<div class="link-section">
<div class="submenu-title">
<a href="pay.html">Pay</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Pay bills or friends anywhere in the World</p>
</div>
</div>
</div>
<div class="col-xl-6 mega-box">
<div class="link-section">
<div class="submenu-title">
<a href="purchase.html">Purchase</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Secure and convenient online shopping</p>
</div>
</div>
</div>
<div class="col-xl-6 mega-box">
<div class="link-section">
<div class="submenu-title">
<a href="receive-money.html">Receive</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Request secure payments quickly</p>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="mega-menu">
<a href="#" class="nav-link menu-title">business <span
class="according-menu d-xl-none d-inline-block"></span></a>
<div class="mega-menu-container menu-content three-grid">
<div class="container-fluid">
<div class="row margin-deafult">
<div class="col-xl-4 mega-box">
<a href="payment-process.html" class="menu-main-title">Payment Processing</a>
<div class="link-section">
<div class="submenu-title">
<a href="payment-process.html#paymentpage">Payment page</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Create hosted payment and donation pages</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="payment-process.html#paymentlinks">Payment links</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Set-up secure external payment links</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="payment-process.html#paymentapi">API pages</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Seamless payments integration</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="payment-process.html#paymentqrcode">QR code scan payment</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Add QR code to your payment options</p>
</div>
</div>
</div>
<div class="col-xl-4 mega-box">
<a href="payment-management.html" class="menu-main-title">Payment Management</a>
<div class="link-section">
<div class="submenu-title">
<a href="payment-management.html#paymentrecurring">Recurring/Subscription payments</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Schedule your batch and recurring payments</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="payment-management.html#paymentinvoice">Invoice managment</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Consolidate and automate your invoice processes
</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="payment-management.html#paymenttax">Tax managment</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Automate your tax calculation and collection</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="payment-management.html#paymenttransaction">Transaction managment</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Real time dashboard of all your payments</p>
</div>
</div>
</div>
<div class="col-xl-4 mega-box">
<a href="technical.html" class="menu-main-title">Technical Advantage</a>
<div class="link-section">
<div class="submenu-title">
<a href="technical.html#technicalsecurity">Security</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>World-class transaction processing</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="technical.html#technicalpci">PCI compliance</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>International standards in payment security</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="technical.html#technical3d">3D secure</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Payment security for Visa and Mastercard</p>
</div>
</div>
<div class="link-section">
<div class="submenu-title">
<a href="technical.html#technicaltoken">Tokenization</a>
</div>
<div class="submenu-content opensubmegamenu">
<p>Applying blockchain and next-gen technology</p>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li><a href="developer.html" class="nav-link menu-title">developer</a></li>
<li><a href="help.html" class="nav-link menu-title">help</a></li>
</ul>
</div>
</div>
</nav>
<div class="account-setting">
<ul>
<li>
<a href="#">
<img src="assets/svg/login.svg" class="img-fluid d-sm-inline-block d-none"
alt="login">
login
</a>
</li>
<li>
<select class="form-select" aria-label="Default select example">
<option selected>eng</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header section end -->
<!-- home section start -->
<section class="money-bg receive-bg section-b-space">
<div class="container custom-container">
<div class="row">
<div class="col-lg-6">
<div class="receive-data">
<h2 class="mb-3">Manage Money!</h2>
<h3>Seamless and secure online payment solutions for your business, with powerful management, automation, and reporting tools</h3>
<button type="button" class="btn btn-white">Contact us</button>
</div>
</div>
<div class="col-lg-6">
<div class="money-image">
<img src="assets/svg/payment/6.svg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- home section end -->
<!-- feature section start -->
<section class="about-section about-2 pb-0">
<div class="container custom-container">
<div class="row">
<div class="col-lg-6">
<div class="about-img d-xl-block text-center">
<img src="assets/svg/payment/12.svg" class="img-fluid w-auto" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="about-content">
<ul class="mt-0">
<li class="wow fadeInUp" data-wow-delay="150ms">
<p>VaultsPay provides the complete payments solution for your business, whether you’re a solopreneur or a multi-national.</p>
</li>
<li class="wow fadeInUp" data-wow-delay="200ms">
<p>VaultsPay offers a turn-key payment gateway solution that seamlessly integrates with your digital assets, giving your customers fast, secure payment options across 180 countries and 120 currencies.</p>
</li>
<li class="wow fadeInUp mb-0" data-wow-delay="250ms">
<p class="mb-0">VaultsPay enables your business to better control online transactions, with a feature-rich management interface that schedules, automates, and reports on payment, invoicing and shipping processes.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- feature section end -->
<!-- payments section start -->
<section class="payment-section">
<img src="assets/svg/shapes/3.svg" class="img-fluid shape-payment" alt="">
<div class="container custom-container">
<div class="odd-even-wrapper">
<div class="row" id="paymentrecurring">
<div class="col-md-6">
<div class="payment-content wow fadeInUp">
<h3>Recurring/ Subscription Payments</h3>
<p>Automate repetitive payment processes!
Schedule your batch & recurring payments
Recurring Batch allows you to manage aspects of your customers Recurring Payments by sending in a Customer upload request file</p>
</div>
</div>
<div class="col-md-6 text-center">
<div class="payment-img">
<img src="assets/svg/payment/7.svg" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="row" id="paymentinvoice">
<div class="col-md-6 text-center">
<div class="payment-img">
<img src="assets/svg/payment/8.svg" class="img-fluid" alt="">
</div>
</div>
<div class="col-md-6">
<div class="payment-content wow fadeInUp">
<h3>Invoice Management</h3>
<p>Maximise your invoicing efficiency! VaultsPav has an easy to use, a free
tool kit to allow your business to evolve from manual,
transactional-based invoicing to automated, consolidated account-based
invoice processing. </p>
</div>
</div>
</div>
<div class="row" id="paymenttax">
<div class="col-md-6">
<div class="payment-content wow fadeInUp">
<h3>Tax Management</h3>
<p>Seamlessly globalize your business! VaultsPav has the functionality to automatically
calculate sales or value-added taxes and adjust your invoice accordingly
to your tax calculation & collection. </p>
</div>
</div>
<div class="col-md-6 text-center">
<div class="payment-img">
<img src="assets/svg/payment/9.svg" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="row" id="paymenttransaction">
<div class="col-md-6 text-center">
<div class="payment-img">
<img src="assets/svg/payment/10.svg" class="img-fluid" alt="">
</div>
</div>
<div class="col-md-6">
<div class="payment-content wow fadeInUp">
<h3>Transaction Management</h3>
<p>Enable real-time visualization of your payment processes! VaultsPav provides a feature-rich reporting suite and a real-time, mobile dashboard interface for access across your management layer.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- payments section end -->
<!-- feature section start -->
<section class="about-section about-2 pb-0">
<div class="about-shape">
<img src="assets/svg/shapes/5.svg" class="img-fluid aboutshape2" alt="">
</div>
<div class="container custom-container">
<div class="row align-items-end">
<div class="col-xl-6">
<div class="about-content">
<h2 class="wow fadeInUp">Why should you choose VaultsPay?</h2>
<ul>
<li class="wow fadeInUp" data-wow-delay="150ms">
<span>Fast</span>
<p>Easy-to-use app enabling payments to or from 180 countries in under a minute!</p>
</li>
<li class="wow fadeInUp" data-wow-delay="200ms">
<span>Safe & Secure</span>
<p>Contactless payment options and built on the very latest block-chain technologies
to the highest industry standards.</p>
</li>
<li class="wow fadeInUp" data-wow-delay="250ms">
<span>Low Cost</span>
<p>Cheaper payments with free services, industry low fees and no hidden charges.</p>
</li>
<li class="wow fadeInUp mb-0" data-wow-delay="300ms">
<span>24/7 Customer Support</span>
<p class="mb-0">Peace-of-mind with ‘always-on’ global customer support</p>
</li>
</ul>
</div>
</div>
<div class="col-xl-6">
<div class="about-img d-xl-block d-none">
<img src="assets/images/about.png" class="img-fluid" alt="">
<div class="about-logo">
<img src="assets/images/pci-logo.svg" class="img-fluid" alt="">
<img src="assets/images/sectigo.svg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature section end -->
<!-- app section start -->
<section class="app-section section-b-space">
<div class="container custom-container">
<div class="row">
<div class="col-md-6">
<div class="app-image">
<img src="assets/images/app.png" class="img-fluid" alt="app">
</div>
</div>
<div class="col-md-6">
<div class="app-content">
<div>
<h2>get the app</h2>
<h3>Download our app for the fastest, most convenient way to send & receive payments</h3>
<form>
<div class="form-group mb-0">
<input id="mobile-no" type="number" class="form-control" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" maxlength="9" required>
<button class="btn btn-solid" type="button" onclick="phone_number()">Send link</button>
</div>
<span id="feedback" class="validation-feedback"></span>
</form>
<ul class="app-buttons">
<li><a href="#"><img src="assets/svg/store-btn/appstore.svg" class="img-fluid" alt="appstore"></a></li>
<li><a href="#"><img src="assets/svg/store-btn/playstore.svg" class="img-fluid" alt="playstore"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- app section end -->
<!-- footer start -->
<footer>
<div class="container custom-container">
<div class="row footer-main">
<div class="col-lg-5 col-md-4">
<div class="footer-logo">
<a href="index.html">
<img src="assets/images/logo.png" class="img-fluid" alt="">
</a>
</div>
</div>
<div class="col-lg-7 col-md-8">
<ul class="footer-links">
<li><a href="about.html">ABOUT US</a></li>
<li><a href="privacy-policy.html">PRIVACY POLICY</a></li>
<li><a href="terms-condition.html">T&C’s</a></li>
<li><a href="contact-us.html">CONTACT</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="footer-bottom">
<ul class="social-icons">
<li><a href="https://www.facebook.com/login"><img src="assets/svg/social/footer/facebook.svg" class="img-fluid" alt="facebook"></a>
</li>
<li><a href="https://www.instagram.com/"><img src="assets/svg/social/footer/instagram.svg" class="img-fluid" alt="instagram"></a>
</li>
<li><a href="https://twitter.com/login"><img src="assets/svg/social/footer/twitter.svg" class="img-fluid" alt="twitter"></a></li>
<li><a href="#"><img src="assets/images/pci-logo.svg" class="img-fluid pci_logo" alt="brand logo"></a></li>
<li><a href="#"><img src="assets/images/sectigo.svg" class="img-fluid pci_logo" alt="brand logo"></a></li>
</ul>
<p class="copyright">Copyright © 2020 VaultsPay | All Rights Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- footer end -->
<!-- latest jquery-->
<script src="assets/js/jquery-3.5.1.min.js"></script>
<!-- popper js-->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap js-->
<script src="assets/js/bootstrap.js"></script>
<!-- custom select js-->
<script src="assets/js/custom-select.js"></script>
<!-- wow js-->
<script src="assets/js/wow.min.js"></script>
<!-- menu auto height -->
<script src="assets/js/menu-height.js"></script>
<script src="assets/js/menu.js"></script>
<!-- country flag select js -->
<script src="assets/js/intlTelInput.js"></script>
<!-- custom script -->
<script src="assets/js/script.js"></script>
<script>
new WOW().init();
function phone_number() {
var inpObj = document.getElementById("mobile-no");
if (!inpObj.checkValidity()) {
document.getElementById("feedback").innerHTML = inpObj.validationMessage;
}
}
// number js
$(document).on('input','#mobile-no',function(){
var phone=$('#mobile-no').val();
if(phone.indexOf('0') === 0){
$('#mobile-no').val('');
}
});
var input = document.querySelector("#mobile-no");
window.intlTelInput(input, {
utilsScript: "assets/js/utils.js",
});
</script>
</body>
</html>