Paypal future payment implementation on web - paypal

I've googled alot about "future payment", but all I found is that it required mobile sdk to get authorization code first. Is there anyway to get this from web, instead of mobile ?

Related

Linking Flutter app to an opencart eCommerce webstore

My customer had bought an Opencart website and an eCommerce Flutter app (from inspireUI/Fluxstore).
And my job is to implement the payment part into the app, (the app now loads the payment page from the website into a WebView and sync all the data the user had entered).
The user has to complete the web form, adding his credit card and complete the payment process.
Anyone have some documentations or any previous experience to help?
I've searched and contacted inspireUI support team and did not find helpful information.
There is not any documentation like this. You need to track all code and catch what happens.
By the way, you have to be careful while using WebView. There are some annoying issues related to payment like fraud detection and related to AppStore processes. You can read more.

Facebook Canvas app payment error appear while i was goes to make purchase?

See above screenshot there was issues with facebook payment.
I'm currently having the same issue with sandbox payment on multiple environment, live payments are working.
I've tested the server webhook via the web payment dashboard and it works.
The current calls are on API 2.4 and also tested with 2.7 still get the same error.
The error started appearing on different account not all at the same time.
I'm continuing my search but hope these information can help to find and solve the issue.

Using the Paypal Mobile SDK UI in the REST API

I was trying you the Paypal Rest Api here: https://devtools-paypal.com/guide/pay_paypal
In the third step, a link is given which takes you to the login screen of paypal. The link looks like this: https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-2AV07917JJ307845R
I saw the login screen in the ios mobile SDK here: https://github.com/paypal/PayPal-iOS-SDK, which has a really good UI. Is there some way in which the UI of the Mobile SDK can be used in the REST API?
The example in the first (and second) links are for building a web app on top of the REST SDK. The good news is that the Mobile SDKs are also built on top of the REST API.
However, the examples for mobile are not as complete. But there is a mobile backend example app in the Python SDK. It should play nicely with the payment verification step or capturing an authorization. Authorizations can be created on iOS by setting payment.intent = PayPalPaymentIntentAuthorize.

PayPal ExpressCheckout integration problems

I'm trying to integrate Paypal's ExpressCheckout API into my website.
I'm incurring into very frustrating problems with the system and with the support assistance, too.
Every time we have a problem the support assistance invites us to change the implementation technology, from SOAP, to SDK, to NVP, etc..
After 3 days of working (from coding with SOAP (PHP) up to the attempt to start the SDK's examples) no solution has yet been found.
I'd like to know if someone has ever had similar problems.
Thank you in advance.
I completely understand and share your frustrations.
The current issue I am having is after a call to SetExpressCheckout() using the .NET SDK I redirect to the PayPal sandbox URL with the appropriate command and token specified on the querystring and when the browser gets to the PayPal site it says "Please log in to use the PayPal sandbox features" which is linked to the developer.paypal.com site.
If I log in first on another tab and then redirect to PayPal it still doesn't work, aarrggh!
Stefano - What type of issue are you currently having?
Peter - What particular browser are you using? There have been a few issues in the past with IE. If you are using IE, you might try using Chrome or Firefox to see if you get different results. I just tested all 3 and they were working for me. You also might try clearing all cookies and cache prior to opening up a browser and navigating to developer.paypal.com. Once you have cleared cookies and cache, open up the browser and go to developer.paypal.com and log in. Then once logged in, on a second tab pull up your website and try testing.
Clearing the cache and cookies prior going to developer.paypal.com has worked for some merchants in the past that were having these same issues.

Facebook payment dialogue not working. Trouble processing your payment

I try to configure application for facebook, but have troubles with facebook payment function. JS SDK give me anwer.
"Sorry, but we're having trouble processing your payment. You have not been charged for this transaction. Please try again."
I uploaded screenshots, with all information.
ERROR
http://screencast.com/t/PoSAVUi4
MY CODE
http://screencast.com/t/evS1DzvIcBlC
FACEBOOK APP SETTINGS
http://screencast.com/t/bh2oAjolV0zU
CREDITS SETINGS
http://screencast.com/t/i2vocbXftLA
Your callback immediately redirects to http://www.local.com - check that out first - if your callback can't be properly reached by Facebook it's not going to work