Your Paypal Adaptive AppID - wordpress

Am working on a Wordpress Theme called freelanceengine to setup my Paypal Escrow account. I need help create API Credentials and Live APP ID

Adaptive Payments is a very old product that has been deprecated since December of 2017. No live Adaptive APP IDs are available.
Use a supported service instead, such as PayPal Checkout.

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 express checkout doesn't work as expected

I am using PayPal express checkout in my website. It works fine in the development environment when I use my PayPal personal account to register to PayPal.
I removed all the sandbox from all PayPal links before hosting my website live. Now, even when the website live, I can only login to PayPal express checkout using my personal account as well.
Why can't I make the payment from whatever PayPal account?
What am I doing wrong here?
Here is the detail doc: https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECGoingLive/ Ensure you have setup as mentioned in the doc specially point 1. If you are still facing problem please show error message.

Payment Gateway Integration Error using PayUMoney in Wordpress?

I am using Woocommerce Word press plugin to integrate payment gateway.
https://wordpress.org/plugins/woocommerce/
Created my Test Mode account in Pay U Money and recieved key and salt id to configure in the plugin.
After adding product to page in test mode, post view cart when go ahead for checkout, it says thank you ....and then redirect page to https://test.payu.in/_payment with message as "Sorry, Some Problem Occurred."
the problem was with payUmoney Test Account key/salt id.
I have tried with Live Mode key and salt id, it seems to be working.
To
integrate Payumoney in woocommerce "PayU" provides a simple plugin to
integrate. Install it, enter your credential and that’s all.. Done..
If you want to integrate it in wordpress non e-commerce site, it needs customization. Install PHP kit provided by payumoney through FTP or File Manager in hosting control panel.
After that, the
most important thing is you have to pass the values of all required parameter as
mentioned in their documentation. Pass these values with $_POST. That’s
it.
You have to activate your account before you can do a test payment on PayU

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.

Resources