How to integrate a "donate" button into a website in India?

10,287

Solution 1

Indian merchants cannot use Donation buttons through PayPal. If you tried to pass cmd=_donations in your button code the buyer would get an error.

If you want to allow buyers to enter their own amount during the checkout process you can do that with a Buy Now button. Leave the amount field blank to allow that.

Solution 2

Update (Dec 1 2015):

CitrusPay does NOT support donations as of Apr 2014

Original Answer below:

Yes we have few alternatives.

Here i have given one real time Example Payment gateway:

In India you can able to Integrate the Donation Button to your website for the Charity Donations through the Citrus Pay Payment Gateway.

Only thing you need to Contact +91 87677 09900 customer care of Citrus Pay. They will guide you based on your requirement Mail.

Citrus is the Quick responding payment gateway, comparing other payment gateway for small transactions. See the Citrus Customers

Also Citrus Providing the Mobile Support. You can integrate Mobile native apps.

Note : Once if you share your details. They will share their details like payments, Terms & Conditions, Support limitations & Integration tips and Guidance and Details.

Solution 3

You can make a "buy now button" and place a "donate button" in place of "buy now button". Also there are other configurations which you can find in, how to create donate button for indian website

Hope This will help you.

Share:
10,287
Karthik
Author by

Karthik

Fast learner in Microsoft Technologies like .NET, MVC, WCF, AngularJS & android & IOS.

Updated on June 05, 2022

Comments

  • Karthik
    Karthik about 2 years

    We are developing a website for a charity trust in India. For this we need to add a "donate" button to the website for anyone who wants to donate to the charity through a payment gateway.

    However, both Paypal and Google Wallet / Google Checkout restrict the use of the "donate" button in India (Google, rather than a donate button, provide a "support" button).

    Are either of these payment gateways possible to integrate into a website in India? Or are there any other alternatives?

  • Gerzie
    Gerzie almost 11 years
    You can create a Buy Now button through your account with a drop-down menu. If you're using your own code you can use the "option_selectx" and "option_amountx" variables Check out this page - developer.paypal.com/webapps/developer/docs/classic/… At the "Sample Code for a Buy Now Button With Product Options With Prices" section
  • Karthik
    Karthik almost 11 years
    any other alternative payment gateway available for my requirement in india
  • Gerzie
    Gerzie almost 11 years
    With PayPal you have access to Express Checkout and Payments Standard. Standard would be the Buy Now button I mentioned earlier and Express Checkout would require you to use a set of API calls to start and finish the payment. It doesn't have drop-down menus. You would need to capture that information on your site and then pass it to PayPal in the SetExpressCheckout and DoExpressCheckoutPayment API calls.
  • Wonka
    Wonka almost 11 years
    @PayPal_Patrick Are there any other countries besides India that cannot use the Donation buttons? Another question, why can they use the 'buy now' to pay them but not the 'donate'?
  • Gerzie
    Gerzie almost 11 years
    There are a lot of countries that can't use Donation buttons because of weird regulations. We don't have a full list of countries that can. If you check the Business section of the PayPal homepage you can find information on how you can receive payments.
  • Robin Rodricks
    Robin Rodricks about 10 years
    CitrusPay does NOT support donations as of Apr 2014. This answer is invalid.
  • RajeshKdev
    RajeshKdev about 10 years
    @Geotarget May be CitrusPay does NOT support donations as of Apr 2014. Since i have answered july 2013. there is No point to down vote. I dont know Valid or Invalid But its not accepted answer. :)
  • Pang
    Pang over 6 years
    Link in answer is dead.