PayPal: How do you assign a payment to a store email account

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

PayPal: How do you assign a payment to a store email account

Post by simonmlewis »

This is not a PHP question, but cannot find anywhere here to enter it. And this would be used in a PHP product!

Our PayPal account has more than one email account assigned to it. So one can set one web site to pay to fred@barney.com, and another site to pay to tarzan@jungle.com. Both accounts are secondary email addresses in PayPal.

But how to you set PayPal buttons to pay to these, rather than to the Primary email address??

I did go to www.x.com, but the site is rubbish and I Cannot see how to Add New Topic.

Simon
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
TylerH4
Forum Newbie
Posts: 10
Joined: Sat May 26, 2012 8:45 pm

Re: PayPal: How do you assign a payment to a store email acc

Post by TylerH4 »

Are you using the simple "Merchant Tools" button? I'm not sure if you can change it from the primary address using those buttons. Maybe look into the PalPal express checkout and IPN APIs. PayPal Sandbox: Express Checkout
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: PayPal: How do you assign a payment to a store email acc

Post by simonmlewis »

I thought there would be a way to assign payments in the Create a Button, to specific email addresses, like you can with the URL redirect if Cancel or Complete?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
Post Reply