-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautopay.php
More file actions
60 lines (41 loc) · 2.62 KB
/
autopay.php
File metadata and controls
60 lines (41 loc) · 2.62 KB
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
<?
$strAbsPath = "/home/paulthetutor/paulthetutors.com";
include($strAbsPath . "/includes/pttec_includes.phtml");
MySQL_PaulTheTutor_Connect();
put_ptts_header("", $strAbsPath, "", "");
?>
<style type="text/css">
#discount12hrs {
}
#discount24hrs {
}
</style>
<link href="includes/css_files/styles_main.css" rel="stylesheet" type="text/css" />
<div align="center">
<table width="800" border="0">
<tr height="20"><td> </td></tr>
<tr>
<td>
<hr size="2" color="black">
<div align="center" class="Head1">Paul the Tutor's Auto Pay</div>
<a href="https://www.paulthetutors.com/parents/strippay_action3.php" target="_parent"><img src="../images/Sign-Up-Button-Green.png" alt="edit" width="153" height="44" class="float_right" border="0" /></a>
<span class="Head2_Green">How It Works</span><BR />
<span >Your ebill will still be emailed to you as it normally is. You will have two days to review the bill before money is automatically deducted by the credit card on file. Basically, it works like any other automatic payment system.<BR />
</span><br />
<span class="Head2_Green">Is It Safe?</span><BR />
<span >We do not store the credit card informaiton ourselves; instead our credit card processing company, <a href="http://www.stripe.com" target="_blank">Stripe</a>, which specializes in online credit card payments stores your information in their secure and encrypted server. All we do is send them your id number and they do the rest. And your id number only works with Paul the Tutor's, so there isn't anything nafarious people could do with that either.<BR />
</span><br />
<span class="Head2_Green">Save $10/hr</span><BR />
<span >That's right. Any session which is paid through autopay will be automatically receive a reduced rate of $10/hr. Please note that "paid through autopay" means that charges are accepted the first time. This discount can not be combined with any other offers though, sorry. See the <a onclick="javascript:popup('autopay_terms.php','Details','800','600')"><span class="underline">terms and conditions</span></a> of the autopay discount.<BR />
</span><br />
<span class="Head2_Green">How do I Sign Up?</span>
<a href="https://www.paulthetutors.com/parents/strippay_action3.php" target="_parent"><img src="../images/Sign-Up-Button-Green.png" alt="edit" width="153" height="44" class="float_right" border="0" /></a>
<br />
<span ><a href="https://www.paulthetutors.com/parents/strippay_action3.php" target="_blank">Click Here</a> and fill out the form just as you would if you were making a payment, but select "sign up for autopay". </span><BR />
<br /><br />
<hr></td>
</tr>
</table>
<?
put_ptts_footer("");
?>