I am using paypal API for CreateRecurringPaymentsProfile / DoDirectPayment and want to hide
Don't have a PayPal account? Pay with your debit or credit card as a
PayPal guest
while buyer redirect to paypal login page to continue checkout
check this post: Paypal - payment without account
there is option in paypal account to enable this
Related
Sandbox account does not show PayPal in accept payment method
I have tried my account login with pay pal account but in may app PayPal checkout option redirecting on PayPal account what I do in sandbox account
advance in thanks
I Want to use Paypal Recurring payment with Guest Checkout users . That is a user can subscribe to my plan without having any Paypal Account . Also he does not need to create a Paypal account . Only with his/her credit card
This is PayPal's DPRP (Direct Payment Recurring Payment). It should be based on U.S. PayPal Pro account. Pro account can be applied via the link below.
https://www.paypal.com/us/webapps/mpp/paypal-payments-pro
To accept PayPal payments I see there are the following options for developer:
Express Checkout
PayPal Payments Standard
PayPal Payments Advanced
Which of these options accept the credit/debit cards without the buyer has the PayPal account?
With Express Checkout is possible?
I used express checkout to accept payments even if the customer does not have a paypal account
You need to set PayPal Account Optional in your account/sandbox and set SOLUTIONTYPE=Sole in the SetExpressCheckout API call.
Express Checkout: in which user needs to have a valid Paypal account.
PayPal Payments Standard and PayPal Payments Advanced are the two solutions offered by Paypal having different features, you can see a comparison of both here.
Another method is Direct Payment (i.e. in which user can pay with credit cards directly without having any Paypal account). Direct Payment API
For this direct payment api you need to enable Website Payment Pro WPP , here you can get info about WPP.
Is paypal providing the payment gateway that accepts payments from credit /debit cards.
I have created a sandbox account in paypal and tried to purchase using my paypal account and its working fine. But I need provide paypal payment gateway for customers who doesnt have paypal account. They need to purchase it by providing their account details.
Please help me on the same.
Yes, PayPal does process credit/debit card payments without requiring your customers to have PayPal accounts. Although, you'd still need a PayPal merchant account to receive credit/debit card payments using PayPal payment gateway.
Using the PayPal Express Checkout API, is it possible to set up recurring billing but have "PayPal account optional" feature enabled?
I have it enabled in the account (UK, Business with Express Checkout + Recurring billing enabled) and I'm also setting 'SOLUTIONTYPE=Sole' in the API call SetExpressCheckout which according to the docs sets the call to "Paypal Account Optional". However I still get the "Create a PayPal account - pay by debit card option".
Is there any way to have recurring billing without requiring a PayPal account?
Unfortunately, when working with recurring payments users will need a PayPal account to sign up through Express Checkout.
You would need to sign up for Payments Pro + Recurring Billing to get access to process credit cards directly and setup profiles that way. This way you could eliminate the redirect to PayPal altogether when people choose to pay with a credit card.