Has anyone used Paypal sandbox with socialengine to test subscriptions? I have looked at the code and can see where the developers have messed around with the sandbox, but i also see notes that it doesnt work.
I really would like to test my page with sandbox before releasing it, so any help or information would be welcome.
Thank you.
Found the answer by talking to a developer turns out that all you have to do is set the test_mode column in the engine4_payment_gateways database table to 1 and then it defaults to sandbox.
You can enable "Testing" payment gateway manually in engine4_payment_gateways by setting enabled to 1. Then Default payment gateway's button will appear during subscription process.
Related
Whenever I publish a new post, I should get a new record in google sheets. If I use my first WordPress account with it, the whole zap works fine, but if I use my second WordPress account, it gives me an error in the Post Status field. It also fails the test of the trigger as it says that it cannot find a post on the WordPress account.
https://i.stack.imgur.com/8RSEV.png
https://i.stack.imgur.com/rhaX4.png
I have tried everything mentioned on zapier help docs. I have contacted zapier support to help me with this. I have posted this query on zapier community as well. No luck till now. What I have identified from the error is that it has something to do with INCAPSULA(recaptcha), disturbing the communication between zapier and WordPress. Please help me with this.
I think the best way forward is to log a support ticket to check the backend logs:
https://zapier.com/app/get-help
You'll likely want to make sure that:
There are no caching and security plugins are activated
No CDN (like Cloudflare) using any rules to block requests
Add a NEW WordPress connection with the account in question (feel free to first log into Zapier via an incognito browser, before adding a new WordPress connection)
Thanks!
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.
I have a wordpress ecommerce site, selling online ebooks and guides. I installed this plugin:
https://www.woothemes.com/products/paypal-adaptive-payments
I want to use it to send commissions automatically from the primary paypal account, to a 2nd account.
It worked for about 1 day, then for some reason now won't work. Everytime I click on "Proceed to Paypal" to make the payment, I get this error at the top of the page:
"An error has occurred while processing your payment, please try again. Or contact us for assistance."
I followed all documentation to the bone, and I know my API credentials are correct, the API was approved and is Live.
Any help please?
I have the same issue. My site has SSL.
Woothemes Support is very limited and takes days to respond.
Their latest response was to make sure I am using the latest version 1.1.5, but from what I gather, that version isn't even available at this time. So the ball is back in Woothemes court & expect another couple days for a response.
Right now, I have PayPal working on it. I called in and they said they put in an "integration" ticket with their developers who will reach out to me to fix it.
So they're in the process of working it out, with my fingers crossed. It's likely best to call in to PayPal.
Best of luck!
I am using WordPress to build my website and I'm using PayPal API for payment through a plugin called Paid Membership Pro (http://www.paidmembershipspro.com/homepage/).
The problem occurs when I fill the form, add credit card number and click on submit to do the payment.
A new blank (white) page comes up with nothing inside of it. Since there is no coding involved I was not able to do any bug fixing. Also could not find any similar issue on stackoverflow.
Could you please share your experience if you have had the same issue or if you have any suggestion?
If you're getting a blank white page that means a PHP error is happening but you don't have error display enabled on your server.
Open your wp-config.php and set WP_DEBUG to true. If it's not in there just add it.
Then when you go through that process you should see actual errors displayed on the screen so you can see what's wrong and get it fixed.
I don't use paypal all the time but I have a wordpress plugin I built to handle some basic payments. I have started to implement this plugin on a new site and new paypal account and am running into some issues. I am using a technique very similar to the selected answer in this post: Easier way to integrate PayPal express checkout? (that's me, actually).
I'm not sure if there was a change with Paypal that is affecting the redirect after payment but I am setting the return, notify, etc url's in the form before passing it off to Paypal. I have tried to match up the settings with the other paypal accounts I use this plugin with but the "Profile" page on Paypal seems much different on this new account (? did it change, maybe I signed up for the wrong type of account or have a settings misaligned). I know one obvious solution would be to enable the auto return url within the profile page but my other Paypal accounts do not have this option enabled and also when I attempt this it does not help.
I am also having trouble locating the proper settings for changing the shop name (currently showing my email address) on the Paypal checkout page.
Any help would be appreciated.
Sandbox settings are not tied to account settings at all, I just needed to make the changes when logged into sandbox.paypal.com when I was making them on paypal.com only.. Maybe this will help someone else in the future. Feel free to delete.