Express Checkout with Paypal Payflow Pro - hosted pages - paypal

According to this https://developer.paypal.com/docs/classic/payflow/integration-guide/#configuring-hosted-pages-using-paypal-manager i should be able to enable express checkout payment option on my paypal manager account(test mode) but I can't see any PayPal Express Checkout section on the Hosted Pages setup page. During the transaction i can see only credit card payment method on the hosted page. How to enable express checkout payment method?
Thanks in advance,
Daniel

Which layout did you choose? I'm pretty sure you have to use Layout C in order to get the Express Checkout option built in, and you need to make sure it's activated in your PayPal Manager.

Related

paypal payment not going through with any of the options

Using ASP Classic
Paypal LIVE Express checkout
It shows the Payment Amount at the checkout, but the payment doesn't go through. The payment doesn't even leave customer's account. I have tried using my wife's paypal account to complete the checkout.
I am only using paypal checkout system and have added all the API information in expresscheckout.asp and paypalfunctions.asp
I have also tried adding these API options too, but still wouldnt work
L_PAYMENTREQUEST_n_NAMEm
L_PAYMENTREQUEST_n_NUMBERm
L_PAYMENTREQUEST_n_AMTm
L_PAYMENTREQUEST_n_QTYm
Any help would be great.... tks

How can i enable both services i.e., Direct Payment and Express Checkout on Paypal live US business account?

Recently I had implemented Recurring Payments API using the following payment methods:
Direct Payment
Express Checkout
All was working fine on Sandbox account. But on Live account when i enable one payment solution like Express Checkout then service for Direct Payment is disabled and vice-versa. How can i enable both above mentioned payment methods/solutions for Recurring Payments?
You are requested to go to the link below to upgrade your US PayPal account to the Pro account.
https://www.paypal-business.com/paypal-pro
After that you are able to integrate Direct Payment for Recurring Payments.
You can also refer to the link below.
https://www.paypal.com/cgi-bin/webscr?cmd=xpt/cps/general/DPRPLaunch-outside

PayPal hosted checkout page not showing paypal option

I am trying to create PayPal hosted pages (with PayPal Advanced). When I go to PayPal Manager -> Hosted Checkout Pages -> Customize, in the 'Preview', I am seeing only the 'Pay with Credit or Debit Card' option. I am not seeing the 'Pay with PayPal' option. Can someone please help me with this?
Thank you.
Here are some changes that you need to make to your PayPal Manager Hosted Checkout Pages.
In Hosted Checkout Pages Go to Setup
Scroll down to the Section Entitled PayPal Express Checkout
Next to Enable PayPal Express Checkout: choose Yes from the drop down
You can enable Bill Me Later as well by choosing Yes from the drop down
Scroll down to the bottom and click save changes
This will take effect immediately.
Below is the link to PayPal's official Developer Site with additional information on integrating PayPal Payments Advanced.
PayPal Payments Advanced Integration Guide
Though it's months ago, for anyone who'll might encounter this problem, It's because you have not set a PayPal Express checkout account when you created your PayFlow account. You have to set it so you can see "Enable PayPal Express Checkout" on your PayPal Manager Setup tab, or else, you will only see 'Pay with Credit or Debit Card' option in checkout process..

How do I complete registration for a live application on PayPal

I have been using the Express Checkout methods of the PayPal Classic API to allow my site's clients to set up both recurring and one-off payments. Everything works smoothly in my test environment with it pointing to the PayPal sandbox environment.
Now I have been trying to go live. I am following the instructions from https://developer.paypal.com/webapps/developer/docs/classic/lifecycle/goingLive/ which tells me to register my app. I go to https://apps.paypal.com/user/my-account/applications/new and fill in my details, but in the section 'Services used by App' there is nowhere to tick Merchant Services. I'm not using the Adaptive API or Invoicing, but the page won't allow me to submit without filling in something on the Adaptive Payments section. There is no help or guidance on the page.
How do I proceed?
If you're just using Express Checkout and Recurring Payments you won't need to submit an app. The app submission is for people using Adaptive Payment or Adaptive Account API calls.
You should be able to use Express Checkout as long as you have a confirmed and Verified Business PayPal account.

how to enable paypal express checkout as guest

I am using Paypal lab Integration wizard to put express checkout work on my website. By default, if you don't have a paypal account you have to register on paypal then pay with credit/debit card. Is there a way to enable paypal express checkout as guest ? I am using .aspx (C#). Thank you.
Include SOLUTIONTYPE=Sole in your SetExpressCheckout API call.