Simple Paypal payment gateway integration for donation site

To accept donations, put a Donate button on your website. Creating the button is easy. We provide the HTML code, which you simply copy and paste to your site. Donors can then click the button to make donations.

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">

  <!-- Identify your business so that you can collect the payments. -->

  <input type="hidden" name="business"

  value="Your Paypal Email ID">

  

  <!-- Specify a Donate button. -->

  <input type="hidden" name="cmd" value="_donations">

  

  <!-- Specify details about the contribution -->

  <input type="hidden" name="item_name" value="Together We Can Help Stop Ebola">

  <input type="hidden" name="item_number" value="ITS Donation">

  <input type="hidden" name="currency_code" value="USD">

  

  <!-- Display the payment button. -->

  <input type="image" name="submit" border="0"

  src="images/donate-paypal-button.png"

  alt="PayPal - The safer, easier way to pay online">

  </form>

More Paypal Botton Images cheese from here: Paypal Buttons

  • Accept donations made with credit cards, debit cards, and PayPal right away.
  • No monthly, set-up, or cancellation fees. Only low transaction fees.
  • Donors don't need a PayPal account to make their donations.
Note: After creating your Donate buttons, you can place them on your website to start raising funds. However, to access funds you receive, you need a Premier or Business account.

How could you use the Donate button?

Let’s say that you are an animal rescue organisation needing to raise funds to provide care for animals. You can easily add a donate button to your website and make it safe and convenient for supporters to give to your cause.

Example


Post a Comment

0 Comments

Close Menu