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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>JobsReader - How to Pay</title> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body> <!-- header --> <?php include 'inc/header_emty.php';?> <!-- end of header-->
<section class="wrapper"> <div class="container"> <div class="d-flex align-items-center mb-4"> <div class="h1"> How to Pay </div> </div> <div class=""> <h3 class="mb-4">Bank Transfer / ATM Deposit</h3> <ul class="list"> <li>Megalo Company Limited T/A Jobs Reader</li> <li>Bank of China (Hong Kong)</li> <li>012-898-1-043865-8</li> <li>Remarks: invoice no.</li> <li>Bank Slip Email to:<a href="mailTo:payment@jobsreader.com" class="link">payment@jobsreader.com</a></li> </ul>
<h3 class="mb-4">Cheque by post </h3>
<ul class="list"> <li>Please write cross cheque payable to <b>Jobs Reader</b> with invoice number on the back.</li> <li>Mailing address: <b>Unit 1302, 13/F Sterling Centre, 11 Cheung Yue Street, Lai Chi Kok, Hong Kong</b>.</li> <li>We only accept HKD cheque issued by banks in Hong Kong.</li> <li>Post-dated cheque will not be accepted.</li> </ul>
<hr> <p><b>Important info:</b></p> <ol class="lower-alpha list"> <li class="mb-2">There is no over-the-counter transaction. Over-the-counter transaction requires a handing fee of HK$20 or if the bank charges our companu's handing fee via online transfer (if any) shall be bome by your company. </li> <li class="mb-2">The receipt will be issued to your registered employer account for reference upon confirm payment. If the payment is overdue, the service may be terminated without further notice and a reconnection service will be required upon confirm payment. </li> <li class="mb-2">Any bank charges resulted from “FPS” payment and/ or “bank counter service” and/ or “internet banking transfer” payment and/ or such “currency conversion” and/ or “currency exchange losses” (if any) shall be borne by investor, to ensure that we can receive enough remittances and complete the transaction in time, the investor may adjust the total remittance accordingly. </li> <li class="mb-2">The payment cut off time is 3:00pm of any business day. For payment or documents received after the cut off time will be executed on next working day. </li> <li class="mb-2">If the payment cannot meet the requirements set by the company, customers may suffer loss due to payment overdue, Jobs Reader accepts no responsibility for any loss or delay. The same applies even if the payment is cancelled or kicked back in accordance with your further instruction. </li>
</ol> </div>
</div> </section>
<div class="warningBg text-center pt-4 pb-4"> <p class="h1 unbold whiteWord">Have a question?</p> <p class="whiteWord m-0">Our <a href="help_center.php" class="whiteLink" title="Help Center button">Help Center</a> can help you find answers or <a href="contact.php" class="whiteLink" title="Contact Us button">Contact Us</a> for support and service</p> </div>
<!-- footer --> <?php include 'inc/footer_p.php';?> <!-- end of footer -->
<!-- custom JS --> </body>
</html>
|