Hopefully someone else will know the answer to this. I cannot be the first person to want to try this.
Is it possible to use one PayPal account on two phoenix websites on two different domains?
PayPal say an account is issued to a person or business so have no problem with this, but can two Phoenix sites be set up so customers who pay using PayPal on either site can return to the correct website after making a payment?
Using one PayPal account on two websites
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: Using one PayPal account on two websites
Yes, I'm doing this.
The return URL is set in the PayPal module of each store and overrides the default return URL set in the PayPal account.
The return URL is set in the PayPal module of each store and overrides the default return URL set in the PayPal account.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
14Steve14
- Senior Contributor
- Posts: 923
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: Using one PayPal account on two websites
@raiwa
Thanks for that. I am planning another site selling another range of specialist products and will now be able to give it ago. Its a shame that Stripe do not allow the same sort of thing without creating another account with them.
-
Dan Cole
- Senior Contributor
- Posts: 499
- Joined: Fri Oct 25, 2019 2:14 pm
- Phoenix Version: 1.0.8.21
- Has thanked: 67 times
- Been thanked: 61 times
Re: Using one PayPal account on two websites
Hi Steve...as Rainer says...it's not a problem....I've linked 3 or 4 sites together like that in the past without issue.
Dan
Dan
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: Using one PayPal account on two websites
I’m doing the same with stripe. You just need to create two web hooks.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
14Steve14
- Senior Contributor
- Posts: 923
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: Using one PayPal account on two websites
So you just create another webhook for the new website and it then redirects back to the correct websites order confirmation page. That is well worth knowing.