Paypal rest with https - asp.net

I changed my site to HTTPS but my PayPal now does not work.
It takes me to a page that with an invalid request error and a return to merchant button.
Is there something I need to change, using paypal rest
Thanks

You may file a ticket to the PayPal MTS guys here:
https://www.paypal-techsupport.com/
With detailed errors and maybe access logs, you will get an solution there

Related

Why does Yahoo reject Firebase's OAuth callback domain (redirection endpoint)?

I'm using Firebase Auth for Google, Facebook, Twitter, GitHub, and Microsoft. Yahoo doesn't work, it rejects the callback domain. Firebase provides the callback domain languagetwo-cd94d.firebaseapp.com.
The error message is "Callback Uri must be a valid URL."
I added https:// and it's accepted.
But when I try to login I get an error message Developers: Please check the redirect URI in your request and submit again.
I contacted the Yahoo help desk they said, "Unfortunately, we are not able to assist with issues relating to OAuth2." Any idea why Yahoo doesn't work with a Firebase callback domain?
Not sure if you fixed this already but I ran into the same problem as you did, and I think I fixed it by looking at what the redirect URI is for Facebook in Firebase's console. I compared the two and tried adding /__auth/handler at the end of the redirect URI and it worked. In this case your URI would be:
https://languagetwo-cd94d.firebaseapp.com/__/auth/handler
Hope this helps.

Sending mail in Paypal IPN listener page does not work

I'm working on windows Azure ASP.NET integrating Paypal in it.
I succeeded creating the listener page in my website. After "VERIFIED" was received the page updates the database as I requested, but I cant send a mail - I don't get an error message, but the mail isn't in the inbox (I'm using sendGrid).
I can send a mail in other pages of my website.
What is the best way to send a mail from the listener page in asp.net?
Thanks
If the script is running but your email isn't getting sent then there must be some sort of an error happening, or may be a simple logic flaw in your code.
I wrote this article a while back on how to test PayPal IPN. I'd recommend taking a look at it and following the steps. It will help you track down the problem and get it resolved.

How to come up with Paypal IPN url?

I want to integrate my project with Paypal and it requires a URL before enabling the IPN.
I know this URL for receiving notification posts from Paypal "if am not mistaken" but how do i get it? Do i have to implement a page in my website? if yes what is required from that page? Am really LOST here
Please any help would be appreciated
You need to create the IPN Listener on your website, since the IPN URL (Notify URL) is a URL you create on your website.
Make sure that you have an SSL Certificate and the URL Listener is in an https:// format. As of June 2016 all IPN URL Listeners must be in an SSL Format.
Here is the documentation on Instant Payment Notifications
Here is the documentation on Creating an IPN Listener
The documentation will be updated to state that as of June 2016 all listeners must be https://
Here is a link to IPN Sample Code
Here is the IPN Documentation on the updates being made in June

HybridAuth not working - User profile request failed(Google)

I'm using SocialLogin plugin for WordPress which relies on HybridAuth for authentication. However, when I try to login with Google, I get "User profile request failed. Most likely the user is not connected to the provider and he should to authenticate again." error. I've tried Googling the solution, unsuccessfully.
Also, when I try to login with StackOverflow or Yahoo! I get Unspecified error!
I came across this issue also ...
Your question is more than an year old but here you go the solution:
Go to https://console.developers.google.com/ and activate Google+ API access.
That worked out for me!
It generally occurs to me in two conditions.
Session lost when you use for example back button or directly visiting the page instead of visiting via link.
Some times you need to clear your cache, logout and login to site but clean logout
generally fix.
I also want you to know that Hybrid Auth is a dead project.

notify_url not working in new paypal

I have registered to paypal on live on https://www.paypal.com. Not verified for live.
I can login to https://developer.paypal.com with above login detail.
Here I go for sandbox accounts, I have created two account, one business and one personal.
(Sandbox account are verified)
I am trying for payment integration with Paypal with html form.
I have specified the notify_url, payment goes all right but no notification in notify_url.
I have double checked the notify_url, its working fine.
Anybody there, what seems to be wrong here?
Are you using buttons created and saved to a PayPal account? You may not be able to define a notify_url value through a hosted button. IPN may also be disabled in the account.
Log into the seller account receiving the payment, enable IPN, and set a URL for the post to be sent to. From the "Instant Payment Notification Preferences" section (where you enable IPN) you can view the IPN History which shows you the last 28 days of IPN posts sent for that account.
I've run into the same problem. A buy now hosted button was saved without errors, but a notify_url was not notified by paypal.
There is a work around, you can specify a notify_url in your profile globally.
paypal docs
For future reference: I just had the same problem. This caused it in my case:
I have been testing on the development server. This server was not accessible for IPs outside of our company (for security purposes). So the IPN-call from paypal never came trough to the IPN-script on the development server.
Took me one day to figure that out...
If you already done the test of the IPN via the simulator https://developer.paypal.com/developer/ipnSimulator/ and checked if it's OK?
Have you checked you set the "pixel" in your HTML form? If it's missing, the notify_url won't work. This solution worked for me.
For Sandbox, use : <img alt="" src="https://www.sandbox.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1">

Resources