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

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.

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.

Paypal Issue: Reminder: REQUIRED to avoid service interruptions you need to complete important security upgrades. | wordpress website

I have issue in my project. My project is working with Jupiter Theme. I have also used woocommerce plugin for display product and add to cart functionality. Now a day, there is facing the one Paypal Issue in my project.
Error like this: Reminder: REQUIRED to avoid service interruptions you need to complete important security upgrades.
Please guide me!!
Thanks...
If you received and email that mentions "IPN Verification Postback to HTTPS" information", then please see https://www.paypal.com/au/webapps/mpp/ipn-verification-https
To avoid any disruption of service, you must verify that your systems
are ready for this change by June 30, 2018
This notice applies to IPN postbacks over HTTPS.

Testing status for SagePay Form plugin

I am providing maintenance for web site that is using "WooCommerce SagePay Form and SagePay Direct Gateway" plugin. To test some functionality I need temporary to turn on Testing status in "SagePay Form" section on Checkout tab of WooCommerce settings. Will I have any problems with returning to Live status? Do I need to contact support for activating account once again or everything is will be done automatically?
There is no clear answer on SagePay site. But there is a warning that after development stage is complete I need to turn on Live status and then it will be activated by the service. But what should I do after the account has already been activated?
Sage Pay live and test sites are unconnected. Therefore you can go back to using the test site at will - live won't be affected, so there is no need to contact support when you want to use live. You can even use them simultaneously, if you wish.

Transparent PayPal transfer to end user

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.

Resources