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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>JobReader - How to Pay</title> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/header.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>Credit card via PayPal </h3> <ul> <li>Visa / MasterCard. </li> <li>You can pay without registering a PayPal account.
</li> </ul> <h3>Bank transfer / ATM deposit </h3>
<ul > <li>Account Name: <b>Megalo Company Limited T/A Jobs Reader</b> </li> <li>Bank Name: <b>Bank of China (Hong Kong)</b> </li> <li>Account No.: <b>012-898-1-043865-8</b> </li> <li>Remarks to Beneficiary: <b>Invoice No. </b> </li> </ul> <h3>Cheque by post </h3>
<ul> <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> <!-- <table class="table">
<tbody> <tr> <td scope="row">Account Name: </td> <th>MEGALO COMPANY LIMITED T/A JOBS READER</th>
</tr> <tr> <td scope="row">Account Number:</td> <th>HSBC XXX-XXXXXX-XXX (HKD)<br>BOCHK XXX-XXXXXX-XXX (HKD) </th>
</tr>
</tbody> </table> --> <p><b>Note 1:</b> There is no over-the-counter transaction. Over-the-counter transaction requires a handling fee of HK$20 or if the bank charges our company's handling fee via online transfer (if any) shall be borne by your company. </p> <p><b>Note 2:</b> After successful payment transaction, you may go to Billing > click Invoices and click <a href="bi_invoices.php" class="link"> Upload Payment Slip</a> or email the receipt to <a href="#mailTo:payment@jobsreader.com" class="link">payment@jobsreader.com</a>
</p> <hr> <p><b>Important info:</b></p> <ol class="lower-alpha"> <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="#" class="whiteLink textunderline" title="Help Center button">Help Center</a> can help you find answers or <a href="#" class="whiteLink textunderline" title="Contact Us button">Contact Us</a> for support and service</p> </div>
<!-- footer --> <?php include 'inc/footer_n.php';?> <!-- end of footer -->
<!-- custom JS --> </body>
<script>
</script>
</html>
|