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.
Related
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
I am integrating Payment gateway to my Php based website
As I am from India****(non U.S.) so, for that I am trying to integrate payment from Paypal ,but do I need to integrate with brainTree payments ,
Is Paypal payment integration there for Indian product accepting
foreign clients payments
PayPal and braintree available in india, you can implement in your app or website,
difference is PayPal will redirect to PayPal page during payment and braintree not
If you have Indian PayPal business account and want to receive from cross border customer and site is PHP based which i assume is a custom website. Integrate PayPal Express Checkout server side / API method of Integration. Make sure that you pass respective currency codes for eg: Pass INR for your Indian Customers and crossborder currency like USD and equivlent amount to PayPal from your checkout page.
When you register an account in paypal they will ask you what type of account you want to create. I choose business then there are 3 options to choose from.
Payments Pro
Paypal Standard
Paypal Express
I selected Paypal Standard.
Can I still use Paypal express API even if my account is paypal standard?
Thanks,
Defy
Yes, You can use PayPal Express Checkout. You just get the API credentials from your PayPal account and use those API credentials at express checkout integration.
We are researching a way to automatically pay the developers of e-commerce modules we sell on our web shop. A lot of reading suggest the Paypal Adaptive Parallel Payment should be the solution. But Paypal developer docs seem to say that this API is now restricted and no option. If so, is there a new API from Paypal. The Braintree marketplace is no option for us in Europe
Express Checkout supports parallel payments as well -- https://developer.paypal.com/docs/classic/express-checkout/ht_ec-parallelPayments/
Actually Adaptive Payments are still supported now. You may try access below page to apply for an APP ID. If your application is approved, you may still continue integrate with Adaptive Payments.
https://www.paypal-apps.com/user/my-account/applications
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