Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: Same PayPal account on multiple websites

    I've got two sites that (kind of) share the same PayPal account -- using the PayPal Merchant Services (www.paypal.com/mts, 888 215 5506) "parent-child" account concept.

    Essentially, I started out with a verified PayPal account that links back to my bank's checking account. I added another PayPal account as a "child" of that account, so that the linked banking account is used for both. The "child" account sends any funds it receives to the "parent" on a daily basis.

  2. #2
    Join Date
    Oct 2007
    Posts
    412
    Plugin Contributions
    0

    Default Re: Same PayPal account on multiple websites

    Thanks for the suggestions. I now found why I am getting the "ReturnURL is invalid", its because I have changed:

    define('HTTP_SERVER', 'http://www.mysite.com');
    define('HTTPS_SERVER', 'https://www.mysite.com');

    to:

    define('HTTP_SERVER', '');
    define('HTTPS_SERVER', '');

    in /includes/configure.php

    I did this in order to be able to direct my "multi-domain/language on same server site" to the correct domains/languages. Anyway, I guess PayPal needs the "define('HTTP_SERVER', 'http://www.mysite.com');" statements. Im wondering if there is another way of telling PayPal what domain to use??

 

 

Similar Threads

  1. 2 Websites with 1 PayPal Account?
    By wmorris in forum General Questions
    Replies: 2
    Last Post: 19 Oct 2011, 11:46 AM
  2. One Paypal account for 2 websites
    By tryphon in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 23 Jul 2011, 06:26 PM
  3. Using same paypal account on 2 sites (for Paypal IPN)
    By yellow1912 in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 4 Oct 2008, 05:17 AM
  4. PayPal with multiple websites ??
    By Zinfandel in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 25 Jun 2007, 02:52 AM
  5. One PayPal account - two websites?
    By Peekay in forum Addon Payment Modules
    Replies: 1
    Last Post: 20 Jun 2006, 12:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg