PayPal - subscribe button with credit card - paypal

I'm using the PayPal subscribe button in my site.
Is it possible to allow user to subscribe (through the paypal subscribe button) with their credit card without having a paypal account?
I know that the donate button allows it.
any ideas

Normally, no.
However, in the US and UK you can sign up for PayPal 'Enhanced Recurring Payments' (US) or 'Premium Services' (UK) which allows you to do just that.
Here is the link to the sign-up page for the UK: https://www.paypal-business.co.uk/premiumservices/index.htm

Related

Is it possible to take cards details from client side for PayPal payment integration?

As per my knowledge, we can use paypal button on front end side and when user click on that button it'll redirect to paypal website and there we need to login and we can pay.
But i want, user should enter all payment details(like card details)
in my website and payment will credit to my paypal account.
Is it possible ? if it is possible then how to implement that ?

Paypal Express Checkout for PayPal Buttons

I have created some paypal buttons using paypal button manager (My Saved Button Page). All works good so far.
I however want the paypal payment page to open the credit card tab by default. (the tab that says 'Don't have paypal account?').
From other stackoverflow answers I can see I need to use express checkout, and in the API call I need to set SOLUTIONTYPE=Sole and LANDINGPAGE=Billing.
But how do I set this on my normal Paypal payment buttons (the ones I created using Button manager)?
My account on paypal is a business account, and does support Paypal payment pro and Express checkout.
Did you know that paypal will default to the "don't have a paypal account" for customers who don't have accounts.
PayPal automatically checks if your customers cookies to see if they have ever logged into paypal. If so, it will default to log in, if not then the pay with debit or credit card.
This is why you always see log in. Try clearing your cache and cookies on your browsers and then go to your payments page, you will see.

Paypal - how to restrict receiving payments only from debit and credit cards with indian address

I'm trying to use a Paypal "Pay Now" button on my website here: www.karmayog.in
When I click the "pay now" button on the right side, it takes me to a paypal page where there are options to enter details about the debit or credit card.
Is there a way on this page, by which I can only allow users who have an address in India to make a payment here. The website where this "Pay Now" button has been setup has certain legal restriction due to which it can accept payments only from Indian debit and credit cards. Hence, in the country drop-down field I would like to give only India as an option.
Is this possible?
Will greatly appreciate any inputs that can be provided!
Thank you.
Since user fills the card information on PayPal's payment page, you can not check if the details are of India or outside. However you should be able to achieve this by asking PayPal to do this check (if you have customization allowed in your agreement.)
One approach would be to ask the user's country before redirecting to paypal payment page. But there is a chance that user will select India on your page and United States on PayPal's page.

Paypal integration to accept credit card payment directly

I have a question regarding PayPal integration with my website. I have a Premier account with PayPal. I tried integrating it with my website by adding a 'Buy Now' button. When I click on it it asks the end user to create a PayPal account. However, I want the users to be able to make a payment directly with their credit/debit card without creating a PayPal account.
I am not a technical guy, so I might have missed out on something. I want to know if it is possible to integrate paypal without me having to code something technically. Kindly advise.
According to PayPal, buyers do not need a PayPal account to pay you:
They can pay with their credit/debit card (Visa, MasterCard, American
Express, and Discover) — all without having a PayPal account.
Sources: Do my buyers need a PayPal account to pay me? and Buttons for single purchases
To create the button, simply visit PayPal's button creator wizard and supply the required information. Once submitted, PayPal will autogenerate the HTML for you. See: Create PayPal payment button
This happened because the account was a PayPal account in UAE, and this feature is not enabled there yet.

Paypal Payment Gateway without shopping cart

I need guidelines to integrate paypal payment gatway. Here is my requirement
User would click on pay button on my website to open paypal payment gateway page.
User may not have a paypal account. He/she need to enter details of credit card only. (It should not force user to login)
User will enter what amount he want to pay?
I do not need any response or confirmation from gateway. I would see details of transaction in my email.
1.User would click on pay button on my website to open paypal payment gateway
page.
Create payment buttons using our button creation tool. Learn how
2.User may not have a paypal account. He/she need to enter details of credit
card only. (It should not force user
to login)
AFAIK this is not possible. User should have paypal account and one of the main advantage of using paypal is that users need not reveal the credit card details.
3.User will enter what amount he want to pay?
Similar to Donations button from paypal
4.I do not need any response or confirmation from gateway. I would see
details of transaction in my email
What email??? If you dont need the result then how will you know that the payment was successful or not???
What you are trying to do above is not possible. If You are using other paid payment gateway providers then you will be able to solve issue 2. Other than I dont think what you ask is possible.