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

4

16

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?

Exposed answered 18/7, 2013 at 6:31 Comment(0)
M
7

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.

Mas answered 19/7, 2013 at 16:9 Comment(5)
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" sectionMas
any other alternative payment gateway available for my requirement in indiaExposed
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.Mas
@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'?Whosoever
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.Mas
C
7

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.

Cosmopolite answered 26/7, 2013 at 7:2 Comment(2)
CitrusPay does NOT support donations as of Apr 2014. This answer is invalid.Widener
@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. :)Cosmopolite
P
1

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.

Paludal answered 9/7, 2015 at 18:40 Comment(1)
Link in answer is dead.Splenetic
C
-1

Why dont you use State Bank of India Collect OR create buy now button using paypal with price as blank (allows user to choose any amount) and then get code. Now replace a link from code https://www.paypalobjects.com/en_GB/i/btn/btn_buynowCC_LG.gif to https://www.paypalobjects.com/en_GB/i/btn/btn_donateCC_LG.gif

Cobaltous answered 29/7, 2014 at 13:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.