-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
792 lines (760 loc) · 46.3 KB
/
about.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
<!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">
<link rel="stylesheet" type="text/css" href="assets/css/vendors/slick.css">
<link rel="stylesheet" type="text/css" href="assets/css/vendors/slick-theme.css">
<!-- animation css -->
<link rel="stylesheet" href="assets/css/vendors/animate.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 -->
<!-- about section start -->
<section class="pt-0 about-page">
<img src="assets/images/about-bg.jpg" class="img-fluid d-none d-lg-block" alt="">
<img src="assets/images/about-bg-res.jpg" class="img-fluid d-lg-none d-block" alt="">
<div class="about-page-content">
<div class="container custom-container">
<div class="title-section">
<h2>About</h2>
<p>Our mission is to help you save on transfer fees and exchange rates!</p>
</div>
</div>
<div class="container custom-container">
<div class="row about-wrapper margin-deafult">
<div class="col-lg-3 col-6">
<div class="about-box wow fadeInUp">
<div class="about-img">
<img src="assets/svg/about/earth.svg" class="img-fluid" alt="earth">
</div>
<h4>180+ countries</h4>
</div>
</div>
<div class="col-lg-3 col-6">
<div class="about-box wow fadeInUp">
<div class="about-img">
<img src="assets/svg/about/exchange.svg" class="img-fluid" alt="earth">
</div>
<h4>120 Currencies</h4>
</div>
</div>
<div class="col-lg-3 col-6">
<div class="about-box wow fadeInUp">
<div class="about-img">
<img src="assets/svg/about/users.svg" class="img-fluid" alt="earth">
</div>
<h4>12.5 K + Users</h4>
</div>
</div>
<div class="col-lg-3 col-6">
<div class="about-box wow fadeInUp">
<div class="about-img">
<img src="assets/svg/about/support.svg" class="img-fluid" alt="earth">
</div>
<h4>24/7 Support</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about section end -->
<!-- mission section start -->
<section class="section-b-space mission-section">
<div class="mission-shapes">
<img src="assets/svg/shapes/1.svg" class="img-fluid shape-1" alt="shape">
<img src="assets/svg/shapes/2.svg" class="img-fluid shape-2" alt="shape">
</div>
<div class="container custom-container">
<h2 class="d-lg-none d-block">Who we are</h2>
</div>
<div class="container custom-container">
<div class="row mission-row">
<div class="col-xl-3 col-lg-4 order-lg-1">
<div class="mission-card">
<div>
<img src="assets/svg/mission/1.svg" class="img-fluid main-img" alt="mission">
</div>
</div>
</div>
<div class="col-xl-9 col-lg-8">
<div class="mission-content">
<div>
<h2 class="about-title">Explore vaultspay</h2>
<h3 class="d-none d-lg-block mb-3">Who we are</h3>
<p>Easy-to-use, secure, and feature-rich universal solutions for sending and receiving payments.
</p>
<p>We want to be the World’s preferred payment solution, so the happiness of our customers is the key to everything we do. Customers tell us all the time why they choose our products – and we listen! For our customers, simplicity, security and speed put the S’s in ‘Success’! We have developed a payments platform with a deep functionality, but individual customers tell us they just want to ‘get going’ with their transactions. With this in mind, we developed an account set-up and transaction process that is intuitive and fast, with the more complex features there when customers are ready to use them, or business partners to deploy them.</p>
</div>
</div>
</div>
</div>
<div class="row mission-row">
<div class="col-xl-3 col-lg-4">
<div class="mission-card">
<div>
<img src="assets/svg/mission/2.svg" class="img-fluid main-img" alt="mission">
</div>
</div>
</div>
<div class="col-xl-9 col-lg-8">
<div class="mission-content">
<div>
<p>Security is a clear priority for both customers and business partners.
Our solutions are built on the latest blockchain technologies, the most
secure global payment methods currently available, and processed to the very
highest international standards. Our customers and partners trust us to look after
their money and we won’t let them down!
</p>
<p>Deploying the latest technologies also allow
our transactions to be fast.
Speed is critical to finances, whether it’s a family member waiting to pay
a utility bill or an online store processing thousands of transactions a day.
We facilitate these payments globally, at the fastest speeds currently available.</p>
</div>
</div>
</div>
</div>
<div class="row mission-row">
<div class="col-xl-3 col-lg-4 order-lg-1">
<div class="mission-card">
<div>
<img src="assets/svg/mission/3.svg" class="img-fluid main-img" alt="mission">
</div>
</div>
</div>
<div class="col-xl-9 col-lg-8">
<div class="mission-content">
<div>
<p>Of course, even the best payment solution wouldn’t become the World’s preferred
if it was too expensive. That’s why we offer customers and business partners
alike the best rates. These low prices combined with the 24/7 customer service
and partner success support ensures unbeatable value for money.
</p>
<p>
If, even after all of these efforts, we’re still not your preferred payment
provider, then tell us why! We’ll innovate, we’ll improve, we’ll even create
new products for your specific requirements. Our team has the experience,
determination, and agility to deliver our Vision and take pride in making you,
customers and business partners, happy.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container custom-container">
<div class="row">
<div class="col-lg-6 col-12 our-values">
<div class="values-sec">
<h3 class="wow fadeInUp" data-wow-delay="150ms">Our Vision</h3>
<h4 class="wow fadeInUp" data-wow-delay="200ms">To be the World’s preferred payment solution.</h4>
</div>
<div class="values-sec">
<h3 class="wow fadeInUp" data-wow-delay="250ms">Our Mission</h3>
<h4 class="wow fadeInUp" data-wow-delay="300ms">Our inspiration is continual innovation, aiming for world-class functionality
with the safest, most intuitive, and cost-effective customer experience.</h4>
</div>
<div class="values-sec">
<h3 class="wow fadeInUp" data-wow-delay="350ms">Our Goals</h3>
<h4 class="wow fadeInUp" data-wow-delay="400ms">To achieve our vision, we know what we need to do</h4>
<ul>
<li class="wow fadeInUp" data-wow-delay="450ms"><h4>Earn the World’s Trust – With the latest security features and highest international standards</h4></li>
<li class="wow fadeInUp" data-wow-delay="500ms"><h4>Develop universal payment products suitable for customers and businesses</h4></li>
<li class="wow fadeInUp" data-wow-delay="550ms"><h4>Become a stakeholder and enabler in the success of our business partners</h4></li>
<li class="wow fadeInUp" data-wow-delay="600ms"><h4>Exceed customer expectations to deliver happiness</h4></li>
<li class="wow fadeInUp" data-wow-delay="650ms"><h4>Anticipate changing customer needs and embrace innovation</h4></li>
<li class="wow fadeInUp" data-wow-delay="700ms"><h4>Provide exceptional value for money.</h4></li>
</ul>
</div>
</div>
</div>
</div>
<div class="mission-frame">
<img src="assets/images/about-frame.png" class="img-fluid" alt="">
</div>
</section>
<!-- mission section end -->
<!-- leadership section start -->
<section class="leadership-section team-section">
<div class="container custom-container">
<div class="title-section">
<h2>Leadership</h2>
<p>"Innovation distinguishes between a leader and a follower."</p>
</div>
<div class="leader-desgin">
<img src="assets/svg/leadership/curve.svg" class="img-fluid curve" alt="">
<img src="assets/svg/leadership/1.svg" class="img-fluid shape d-xl-block d-none" alt="">
</div>
<div class="team-wrapper ratio_square">
<div class="row margin-deafult justify-content-center">
<div class="col-xl-3 col-md-6">
<div class="team-img">
<img src="assets/images/team/5.jpg" class="img-fluid " alt="">
</div>
<div class="team-detail">
<h3>MOHAMMED GHOSHEH</h3>
<h6>Chairman</h6>
<p>Mohammed Ghousheh is our Chairman
and, with more than 25 years experience
in banking and accounting, one of the
Middle-East’s most experienced and
influential financial services leaders. He
holds a Master degree in finance from
Lincoln University in the United Kingdom,
and a bachelor’s degree in business
administration/financial and banking
sciences.</p>
</div>
</div>
<div class="col-xl-3 col-md-6">
<div class="team-img">
<img src="assets/images/team/6.jpg" class="img-fluid " alt="">
</div>
<div class="team-detail">
<h3>ABDULLA AL SUWAIDI</h3>
<h6>Founder - CEO</h6>
<p>Absulla Al Swaidi is our founder, and serial entrepreneur, who has
built and supported the strategy, development and growth of many
companies in a career of more than 22 years. He holds
a Master degree in Total Quality Management and holds a
bachelor’s degree in Engineering Management Sciences.</p>
</div>
</div>
<div class="col-xl-3 col-md-6">
<div class="team-img">
<img src="assets/images/team/7.jpg" class="img-fluid " alt="">
</div>
<div class="team-detail">
<h3>MUHAMMAD AL ZOUBI</h3>
<h6>Board Member – H. Investment
Committee</h6>
<p>Muhammad Al Zoubi is a proven financial
expert in the field of investments, with
more than 19 years of experience in
financial and brokerage businesses.
He held prominent positions in the
Securities Depository Centre in Jordan
and before relocated to Dubai.</p>
</div>
</div>
<div class="col-xl-3 col-md-6">
<div class="team-img">
<img src="assets/images/team/8.jpg" class="img-fluid " alt="">
</div>
<div class="team-detail">
<h3>AHMED MAKHLUF</h3>
<h6>Co-founder & CTO</h6>
<p>Ahmed Makhluf is our co-founder, and an
established champion in the innovation of
financial technology, cyber security and
digital banking solutions. He is the brain
behind the technology that powers our
class-leading products and the
development roadmap that ensures our
solutions are future ready.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- leadership section end -->
<!-- partners section start -->
<!-- <section class="partners-section">
<div class="container custom-container">
<div class="title-section">
<h2>Our Partners</h2>
<p>Vaultspay partners are prestigious financial firms providing top-notch payment processing
services. Each of our partners helps you in making payment services process a cinch.
</p>
</div>
<div class="partners">
<div>
<div class="partner-box">
<img src="assets/images/partners/procreate.png" class="img-fluid" alt="figma">
</div>
</div>
<div>
<div class="partner-box">
<img src="assets/images/partners/figma.png" class="img-fluid" alt="figma">
</div>
</div>
<div>
<div class="partner-box">
<img src="assets/images/partners/dribble.png" class="img-fluid" alt="figma">
</div>
</div>
<div>
<div class="partner-box">
<img src="assets/images/partners/sketch.png" class="img-fluid" alt="figma">
</div>
</div>
<div>
<div class="partner-box">
<img src="assets/images/partners/behance.png" class="img-fluid" alt="figma">
</div>
</div>
<div>
<div class="partner-box">
<img src="assets/images/partners/principle.png" class="img-fluid" alt="figma">
</div>
</div>
</div>
<div class="slide-count-wrap">
<span class="current"></span> /
<span class="total"></span>
</div>
</div>
</section> -->
<!-- partners section end -->
<!-- faq section start -->
<section class="faq-section section-b-space">
<div class="container-fluid container-padding">
<div class="title-section">
<h2>Frequently Asked Questions</h2>
<p>Can't find it here? Check out our Help center</p>
</div>
<div class="row gy-xl-5 faq-wrapper">
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/01.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>What is VaultsPay?</h3>
<p>VaultsPay is a payment solutions provider. Our technology allows people to buy online,
pay bills or family, and more. Businesses can also use our services to seamlessly provide
their own customers with secure payment options. </p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/02.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>What kinds of payments can I accept with VaultsPay?</h3>
<p>VaultsPay enables customers to use, and merchants to accept, PayPal, Apple Pay,
Google Pay, and most credit and debit cards, including Visa, Mastercard,
American Express. VaultsPay also offers secure and innovative
contactless payment options like QR Code.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/02.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>Which countries and currencies can I make or receive payments in?</h3>
<p>Which countries and currencies can I make or receive payments in?</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/03.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>How long will it take to get a Merchant account?</h3>
<p>Our registration process is intuitive and fast! After completing
a form and providing us with the legally required documentation,
we start the registration process immediately.
The end to end process usually completes within <span class="font-red">48 hours</span>.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/04.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>How long will it take to get a Personal account?</h3>
<p>Our registration process is intuitive and fast! Download the app,
or go online, and after completing the form your eWallet could be
up and running by <span class="font-red">the end of the day!</span></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/01.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>How do I integrate with VaultsPay?</h3>
<p>VaultsPay's software tools allow quick and easy integration!
Experienced developers can complete basic integration within
30 minutes. Register
<a href="#">here</a> to access all of our technical
information and SDK and API catalogue.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/02.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>Can I use VaultsPay with my existing shopping cart, billing, or ecommerce platform?</h3>
<p>Yes, VaultsPay works with most of the leading e-commerce and billing platforms,
including Big commerce & Magento.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/02.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>Does VaultsPay have solutions for invoicing and tax?</h3>
<p>Yes, VaultsPay has many features that apply tax, automate invoicing, process
subscriptions and generate detailed transactional dashboards. </p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="faq-wrap wow fadeInUp">
<div class="media">
<div class="faq-icon">
<img src="assets/svg/faq/03.svg" class="img-fluid" alt="">
</div>
<div class="media-body">
<h3>How much does it cost to use VaultsPay?</h3>
<p>Our transaction fees are among the lowest in the industry, with no hidden
extras. We have flexible packages to suit all customers, and businesses
from solopreneurs to huge multinationals. Register
<a href="#">here</a> to check our
prices and find the package that suits you.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- faq 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>
<!-- slick js-->
<script src="assets/js/slick.js"></script>
<script src="assets/js/slick-animation.min.js"></script>
<script src="assets/js/custom-slick.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>
<!-- custom script -->
<script src="assets/js/script.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>