I am working on integrating PayPal Seamless checkout.
It is working for PayPal Express Checkout and PayPal Express Recurring but not working for the DG version of it.
Does PayPal support seamless checkout with IDENTITYACCESSTOKEN with Paypal Express DG?
Related
I have Paypal Account. can I integrate Paypal Payment Gateway only using Paypal Account or should I need to purchase Braintree Account too?
To integrate PayPal Checkout, you only need a PayPal business account to receive the payments. From a native app you can use the new Native Checkout SDK.
Braintree Direct is a separate gateway product, with other features. The Braintree SDK, which does not require a Braintree account for us with only PayPal payments, was also useful for integrating PayPal Checkout in native apps before the Native Checkout SDK was available.
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
I have already implemented the PayPal recurring payment section using Express checkout in Website standard Payments. Now I am asked to implement the same recurring payment using Express check out in PayPal Pro. On checking the integration guide, I found that Express checkout steps are same in pro and Website Standards and the only difference i found is Direct Payment is only present in Pro.
Is my conclusion correct? Can I reuse the code i used for recurring in website payments using express checkout ?
Any help will be greatly appreciated
Thanks in advance
Boney
You are correct. Recurring Payments with Express Checkout will be the same regardless if you have Website Payments Standard or Website Payments Pro. It would only be different when setting up Recurring Payments for Website Payments Pro.
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.
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.