Setting up button for a client

wortos
Contributor
Contributor

Hi,

 

I am setting the pay button for a client. I have their merchant ID and I do not want to have access to their account. I know you can code the button manually with the merchant ID but I cannot find the instructions. 

 

Any help or suggestions will be appreciated.

Login to Me Too
1 REPLY 1

Duncanbbd
Contributor
Contributor

these are the fields that I use to define a button for different clients.

the business_email is my clients account and they receive the money directly.

the return is where paypal returns to my website immediately after the payment

the notify_utl is where the IPN response from paypal comes so I get confirmation of a payment.

 

 

<input type="hidden" name="notify_url" value="$notify_url">
<input type="hidden" name="return" value="$return_url">
<input type="hidden" name="business" value="$business_email" />

 

hope that is what you are looking for.

brian

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.