|
|
 |
 | New payment gateways |  |
Posted: Mon Jan 12, 2004 10:26 am |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
HI!
As you know already,2.5 will be released in a matter of days.
Many of you suggested new payment gateways to be added.
I will add them now,as long as they are stable.
Please suggest wich one do you want in 2.5 on this topic. |
|
|
|
|
 | processors |  |
Posted: Tue Jan 13, 2004 1:18 am |
|
|
| primaryhits |
| Visitor |
|
 |
| Joined: 13 Nov 2003 |
| Posts: 19 |
|
|
|
 |
 |
 |
|
If you can add xpaypals.net that would be nice. Not that I want it but my members keep asking for it and I want to make members happy.
Thanks
primaryhits
Robert |
|
|
|
|
Posted: Thu Jan 15, 2004 9:24 pm |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
Hi Daniel,
I don't have one to add but you should pull out the DollarDelivery because they aren't there any more. I have been told but I am not sure that they are now the xpaypals.net mentioned above.
Shadow |
|
|
|
|
Posted: Fri Jan 16, 2004 12:01 am |
|
|
| primaryhits |
| Visitor |
|
 |
| Joined: 13 Nov 2003 |
| Posts: 19 |
|
|
|
 |
 |
 |
|
Hi shadow,
Yes you are right. dollardeliverys is now xpaypals.net
Bye
primaryhits |
|
|
|
|
 | New payment gateway |  |
Posted: Sun Jan 18, 2004 9:33 pm |
|
|
| cbouldin |
| Newbie |
|
 |
| Joined: 18 Jan 2004 |
| Posts: 3 |
|
|
|
 |
 |
 |
|
I would like to submit the new payment gateway, LibertyBucks.com
I have users that like the new free paypal transfers and free send and receive fees.  |
|
|
|
|
 | OrbitPay.net |  |
Posted: Mon Jan 19, 2004 10:39 am |
|
|
| jjohnson777 |
| Visitor |
|
 |
| Joined: 16 Nov 2003 |
| Posts: 24 |
| Location: Perry, GA, USA |
|
|
 |
 |
 |
|
Please add OrbitPay.net for this payment service is owned by a randomizer owner who belongs to two of my randomizers.
Jeffrey Johnson |
|
|
|
|
Posted: Wed Jan 28, 2004 9:44 pm |
|
|
|
| And what about Nochex too? |
|
|
|
|
Posted: Tue Feb 10, 2004 9:08 pm |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
Hi Daniel,
I have looked into a number of payment processors and I have ruled out any that have had problems with constantly changing domains or haven't been in service very long or have FTC complaints against them. I have come up with two that are stable and paying on time at this time and have no FTC complaints. They are:
www.xlpay.com
and
www.epaydirect.net
solar pay and fleetpay both have numerous complaints and dollar deliveries has run through at least three domain names in the last 6 months. I wouldn't trust them to be around in a year.
So this is my input on the payment processors.
Shadow |
|
|
|
|
 | |  |
Posted: Wed Feb 11, 2004 1:13 am |
|
|
|
Totally agree they are both stable and paying promptly as of today (using them both), except for two small details.
epaydirect are giving away free randomizer and it *may* reduce your sales if you put it on the front page...
xlpay doesn't support notify_url, they said it'll be *fixed*... Why would they add it to the generated buttons if it's unavailable?!? Anyway, it's not necessary.
I'd suggest to removing paypal and stormpay permanently (lost total of over $2k)
And a quick note to Daniel:
HTML
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!-- Hide script from old browsers
ref = document.referrer;
if ((ref !="http://www.payment_one.com/handle.php") &&
(ref !="http://www.payment_two.com/"))
location.href="no_payment_page.html";
//-- Stop hiding script -->
</Script>
PHP
if($_SERVER['REQUEST_METHOD'] != "POST") {
die("This was an illegal attempt to access the system. Your IP has been logged or maybe BANNED will sound better.");
} else {
whatever
}
I've pissed some randomizer owners by signing up wihtout paying a dime, the 5 lines of code above wouldn't let me  |
|
|
|
|
 | |  |
Posted: Wed Feb 11, 2004 2:10 pm |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
So,it was you!
I keep telling people to edit the
| Code: | define ("stepone", "first_step");//the user paid the sponsor and now has to pay the random member
define ("steptwo", "second_step");//the user paid the random member and now has to pay the admin
define ("laststep", "gototheform");//the user paid the admin and now has to fill the form
define ("paypal_name", "pa01");
define ("stormpay_name", "XRlj");
define ("egold_name", "0056hs");
define ("intgold_name", "005632");
define ("assuredpay_name", "assus");
define ("solarpay_name", "sqw");
define ("fleetpay_name", "0oyba");
define ("dollardeliverys_name", "0erhs");
define ("moneybookers_name", "mbhs");
define ("propay_name", "pp0056hs"); |
from their config file to avoid fake accounts,but...
I will use the PHP solution on 2.5 for sure,thanks. |
|
|
|
|
|
|