PayPal Support

You can update your branch sites to have a PayPal checkout button, which allows you to accept donations for your branch through your website, or to charge a registration fee for an event.

Site Resources websites require a bit of code editing before the button can be inserted on your site.  This step by step guide will walk you through the process so that you can get started accepting payments through your site!

PayPal’s Code

When you acquire the PayPal code from your branch’s PayPal account, it should look like this:

<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”HRWFEJ9YVUTCY“>
<input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
<img alt=”” border=”0″ src=”https://www.paypalobjects.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
</form>

I have changed the text color of the important part of the code, which you will insert into the new shortened code that actually works on our websites. This is your branch’s merchant id, or how PayPal designates the money should go to you.

Adding the Button to your Site

Please email the embed code to site-resources@aauw.org mentioning your branch and listing which page you would like the code on. The Site Resources associate will embed it for you.


Example

From the “Text” tab.

<h3>Come to our branch meeting!</h3>
The meeting will take place in this location</br>
There will be a meal charge of (insert amount here)</br></br>
Please RSVP by (insert date here) to (insert e-mail address here)</br>
Click the PayPal link below to pay for your meal.</br>

<a href=”https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id= HRWFEJ9YVUTCY” target=”_blank”><img class=”aligncenter” src=”https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif” alt=”” /></a>

Will produce this:

Come to our branch meeting!

The meeting will take place in this location
There will be a meal charge of (insert amount here)
Please RSVP by (insert date here) to (insert e-mail address here)
Click the PayPal link below to pay for your meal.


If you need help, contact the Site Resources team.