|
|
|
How does Paybutton II work?
I. If you don't have a web site on one of our servers: To add credit card automation to your web site you need to submit form to our PAYBUTTON II server. For example: <form action="https://sql.abac.com/abacpay/paynew.asp"
method="post" name="myform"> Where: Your CGI will receive all hidden variables you send to the Paybutton server and also 'Response_Message' variable where you will have the reason why the credit card transaction is declined or "approved" if the transaction is approved. You will receive also other variables like 'strCCNumber', 'strExpMonth', 'strExpYear' and thats why your return url must be on secured server. II. If you have web server on one of our servers: You will receive CGI's with many implemented functions: automated subscription,members area, administrative module, reports, statistics, user reports. If you already have your own Web site and want to add subscription and
protected area on it, you have to do the following: <form action="dw.exe" method=post> Select a plan: <select name=selPeriod > <option value="1">1 month $20 </option> <option value="2">3 months $50 </option> <option value="3">6 months $80 </option> </select > <br > Enter your e-mail address: <input type=text name=strEMail size="50"> <br > <input type=submit name=btnSignup value=" PAY "> </form> And it will look like this: You can have as many plans as you want and you can manage them from your
administration module. The e-mail address is for the customer's electronic receipt, which
is fully customizable too. You can send your subscribers their passwords, amount of the
transaction, subscription period, etc. <form action="dw.exe" method=post> Enter your password: <input type=password name=strPassword size="20"> <br > <input type=submit value=" ENTER "> </form> And it will look like this:
For example /members will be protected directory, then if the file is in
the /members directory request to the file will be: http://your.site.com/members/dw.exe?file=protectedfile.ext login.html - here is the form at point 2. members.html - the customer must open this file if the password is successful. WRONGPASS.HTML - displayed after unsuccessful login APPROVED.ASP- executed after successful transaction DECLINED.ASP- executed after unsuccessful transaction You will receive examples of this files. |
|
Copyright ©
1996-2002 APLUS.NET Internet Services 10350 Barnes Canyon Rd., San Diego, CA. 92121 Sales: (877) A-PLUS-NET or (858) 410-6929 sales@paybutton.com Tech. Support: (858) 410-6900 support@paybutton.com Billing: (858) 455-6903 webmaster@paybutton.com |