Difference between Payflow Pro and Payflow Link - paypal

What is the difference between PayPal Payflow Pro and PayPal Payflow link?
Currently, I am using checkout pages from PayPal manager in an iframe. Is this PayPal Payflow Pro or Payflow link?
If both are different then how can I connect my PayPal sandbox account in both scenarios?

Payflow Link is a type of Payflow account that can only use hosted pages. It cannot do direct API or transparent redirect integrations.
Payflow Pro is a type of Payflow account that can make use of any integration type (including hosted pages just like Payflow Link)
The way you link either of these to Sandbox is to set the email identifier of a Sandbox PayPal Business account, within the Payflow Manager configuration settings of Set Up -> Hosted Checkout Pages.
Payflow is a rather old system, some would call it clunky. If you're happy with it and it's working good for you, well great -- but there are some modern alternatives you might consider:
For a simple Debit or Credit Card processing along with PayPal payments, try PayPal Checkout
For more customization, PayPal has Advanced Credit and Debit Card payments for some countries
If you need a full gateway like Payflow Pro, switch to Braintree

Related

Payflow to create Recurring Payment with PayPal account

I am using payflow link hosted checkout pages and creating recurring profile. It is working if user pay with credit card and using pnref to create recurring profile. But it is not working if user make payment using paypal account. And getting error code 23 and error “Invalid account number” .
Please advice me for the same.
Payflow link only allow the user to submit Recurring Billing with Credit Card as the funding source. If you wish to have a choice of payment with PayPal account, you probably want to consider Payflow Pro.

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 Payments Advanced Transaction Types

This is probably a stupid question but I have to ask...
In the PayFlow Gateway Guide https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/payflowgateway_guide.pdf
it says that with PayPal Payments Advanced the API does NOT support Sale or Authorization. Surely that can't be right. What is a PayPal Advanced account good for if you can't do a Sale or Authorization?
Additional information:
I'm testing using the Payflow_dotNET dll that comes with the PayFlow SDK. Works fine in test mode.
Thanks
I assume you mean these lines: NOTE: PayPal Payments Advanced and Payflow Link users cannot submit authorization transactions unless they obtain the Payflow SDK. and PayPal Payments Advanced and Payflow Link users cannot submit sale transactions unless they obtain the Payflow SDK.
I agree that the verbiage is quite cryptic. But it is talking about non-hosted pages. If you are using Advanced you should not be using the API to submit credit card purchases. If you need to do this you would need to upgrade to Payments Pro.
With Advanced/Link you still have access to the other API calls that would be available with Payflow Pro, you just cannot process credit cards without using the hosted checkout.
According to Page 14 and Page 65 of the Payflow link(PayPal Payments Advanced) developer guide:
Here are the accepted Transaction Types:
TYPE: A single letter that identifies the type of transaction (S: Sale or
A: Authorization). Transaction types are described on page 65.
Here is additional information on PayPal Payments Advanced/Payflow Link:
PayPal Payments Advanced Getting Started
Payflow Link Developer Guide

shopify does not supprt paypal website payment standard

I have a basic account with shopify and shopify is allowing me to choose from following paypal solutions
PayPal Website Payments Pro (UK)
PayPal Website Payments Pro (CA)
PayPal Payments Pro (US)
PayPal Payflow Link
PayPal Express Checkout
Is there a particular reason why shopify does not support "paypal website payment standard" ?
I am building an e-commerce solution for a client and am suggesting client to use "paypal website payment standard". Is this a not a favored solution for any reason?
The integration options for PayPal standard aren't as robust as the other PayPal integrations so Shopify does not support it. Any of the options that standard provided should be covered by the other paypal products; you should be able to get the same functionality.
Is there something in particular from PayPal standard that the client needs that the other services don't provide?
It is not about the functionality. It's about the monthly costs that is tied to other paypal plans. Paypal standard does not require any monthly fees. That's the difference and that is why we hope to actually use it on the website.

PayPal Payflow Pro with Chained Payments

I integrated PayPal Chained Payments API into a website. Now I wonder if there is any way to connect that with PayFlow Pro, for not having the roundtrip to PayPal's site.
I think for security reasons it's not possible to display the payment flow in a modal window. Even with PayFlow Pro? Can somebody confirm that?
Thanks!
Mike