Transparent PayPal transfer to end user - asp.net

We’re currently working on a ASP.NET web project using Visual Studio 2010, and as a requirement we have to implement a mechanism that will transfer some amount of money from our business account to end-user PayPal account.
The authorized user should provide the PayPal email address only.
The precondition is to do all that staff without redirecting to PayPal web site, everything should be done in background.
Is there any solution to solve this?
Any information would be greatly appreciated.
PS
I’ve read a lot of official documentation, but still disappointed. There are too many APIs and services, can’t identify what exactly should be used.
Please help…

If you use the Advanced PayPal Payment solution, you can do transparent payments from your website without redirecting to PayPal. This solution uses a web service to send payment. When I used it some time ago it was really simple to set up and you get a sandbox environment where you can experiment with it. You'll likely need a business account to be able to use this particular API.
Here's an article that describes how to use it.

Related

PCI Compliance with Paid Memberships Pro and Stripe

I'm posting this on multiple platforms because I understand that there may be multiple options. I just want to get as much feedback as possible.
So I have a website up with WordPress through Hostgator. My WordPress site has an option where people can sign up for paid subscriptions filling out payment forms generated by the plugin: Paid Memberships Pro. I have PMPro integrated with my Stripe account, and the payment page is protected by the SSL: Let's Encrypt. The page is also TSL 1.3. So I am almost 100 percent confident that I'm PCI compliant.
The reason I'm posting on here, however, is that a colleague is concerned that my payment forms are on my site, not Stripe. So there's concern over security in that respect. So my question: Is there a way to have the payment forms on the Stripe site instead of my site in a way to still be able to use Paid Memberships Pro? If not, am I safe as is or do I have to forget about Paid Memberships Pro and try to do everything through Stripe? If I have to do everything through Stripe, how do I get Stripe to have my website let my user generate a username and password for my site after paying?
If I'm asking anything that could be answered easily through a tutorial of some sorts, forgive me and give me a reference to that sort. I just want to make sure I'm doing everything correctly. So thanks everybody in advance.
You should review the PCI Compliance guide and reach out for support from the plugin provider to understand how their plugin works. All card information should be collected securely with Stripe.js & Elements. While this appears to the customer as though it is "on your site" it is actually inside a Stripe-hosted iframe for exactly this reason.
You can also use redirect-based products like Checkout to set up subscriptions, but I don't know if this is supported by your plugin.

Application ID for PayPal integration with Woocommerce

I am working with Wordpress and Woocommerce in a local environment. It is required the app id in order to make the API calls. In Sandbox mode I am using APP-80W284485P519543T, this is mentioned here: https://developer.paypal.com/docs/archive/adaptive-payments/. To go Live I have created an app on Paypal and I tried to reach https://docs/api/goingLive/ (as it was written in the guide). I can't reach this page and I am not able to find the application id. How can I solve this issue?
Thank you very much for your kind help.
Adaptive Payments was deprecated in December of 2017. No APP IDs are available.
Switch to a plugin that uses a supported integration method, such as PayPal Checkout / Smart Payment Buttons.

Read and Write to Firebase Realtime Database / Auth from WordPress?

I have developed a tool with Angular for which I would like to offer a free and a paid premium model. Accordingly, a login is possible there. The authentication and the database runs via Firebase.
I present this tool on a separate WordPress website based on Elementor. There you can also find other areas like FAQ, Demos etc. On this site I also listed the prices and offer with WooCommerce the possibility of purchase (subscription model / Paypal).
Now to my question: How do I link both platforms most elegantly? If someone subscribes to the premium model via WooCommerce, the user (at this moment registered...or not...) must get premium access via the Angular app. Is there a best practice here?
My approach: after the purchase, I send a token by e-mail, which the user can enter in his profile on the platform. There I check the validity.
How would you rate this procedure?
You can read the official doc from here that may help you get it done.
https://firebase.google.com/docs/web/setup

asp.net - Not able to make adaptive payment on paypal

Since the sandbox have moved from x.com to developer.paypal.com and sandbox.paypal.com, I am not able to test the adaptive payments from my asp.net application. I imported the users and set the same configuration but its giving me Error 540031.
Some blogs says that paypal have yet not migrated adaptive payment, some says that its not available for non-US developers and some says paypal is stopping this service of adaptive payments. Am very confused. Please help in case anyone have recently integrated this feature.
This feature is available for non US developers also. Mistake that I was making was that I was not using the same user which created APP for making the request.

FacebookConnect integration with ASP.NET

I'm working on a site with a Facebook Connect integration on blog posts. I want a Facebook .NET SDK that will allow me to:
Authenticate that a user is logged into FB. The actual login will be done via the typical FBML login button and simple JS with the XD Receiver.
Be able to push data from my WebForm to the user's FB profile, such as a status update.
I do not need to:
Create an actual FB application that goes on your profile, like "Cheer for the Red Sox" app or whatever. I do completely understand that I need to create an app using the Developer application but I'm not indenting to create a real full app.
Do any special stuff other than know the user's basics and push data to the profile.
Now are there any good starting points or SDKs I should look at. I've tried Facebook.NET and also peeked into FBConnectAuth. It seems like the former is too much and the latter is too little of what I need. However, that was a quick glance so are there any people with good experiences that did simple things?
Help is much appreciated!
Have you tried this example?
Post status to Facebook profile without Facebook modal window using ASP.NET
If you have any feature requests for FBConnectAuth, please let me know.
Adam
For me, Raya's integration of Facebook Connect is the best example out there. The author also has a good blog post where he describes how he integrated it with his existing web application..

Resources