Woocommerce Issue with 2 emails of same paypal account? - wordpress

i noticed that i received an error about "Unpaid order cancelled – time limit reached. Order status changed from Pending Payment to Cancelled."
I know some say that to fix this simply clear out the hold stock option in "inventory" but i am wondering if there might be another issue.
In woocommerce paypal settings, for "paypal email" i have "payment#mycompany.com", for the "receiver email" i have my personal email set "myname#live.com"
On paypal, both of these email addresses are part of the same account but the primary email on paypal is my personal email. Any issues with this?

Make certain that the receiver email and your PayPal Email you are using in WooCommerce is a confirmed email on your PayPal Account. If the email is not confirmed then the funds will never go into your PayPal Account.
Woothemes PayPal Standard Instructions

Related

Wordpress Przelewy24 plugin no email notification

I'm developing shop on wordpress and I added payments like PayU, bank transfer, BLIK and Przelewy24. But the problem is that customer don't get email confirmation after buy a product by Przelewy24. Every other payment method is working fine - customer get email confirmation directly form shop email.
With Przelewy24 there is no emails, only from Przelewy24 but no from shop. I'm wondering why, cuz emails is enabled globally in Woocommerce and it should work with every method.
Moreover I installed plugin WP Mail Log to check sending emails and... yeah, there is no logs, with this method- shop don't send emails.
What can I do more, or where else can I check this?

Send email on paypal success

I want to send an email when user paid successfully with the PayPal details. So when there is response from PayPal it should send formatted email.
Assuming this is WooCommerce...
You should be able to configure an email to be sent to you via the WooCommerce emails:
[your-site-url]/wp-admin/admin.php?page=wc-settings&tab=email
For physical products, that would be order processing email. For virtual, that is probably order completed.

Silent payment using paypal without redirecting to paypal url

Is there a way I can pass the sellers credentials to the Paypal API and it can make a transaction without taking him to Paypal URL?
TL. DR.
I am trying to build an eCommerce website for a shop with Paypal as the payment medium. The payment for user has been implemented where he is redirected to the Paypal website and he can purchase an item. But under certain conditions he is allowed to cancel his purchase and his payment must be credited back to him.
I need this transaction to happen without navigating to the Paypal URL.The reason is that, the buyer is the one initiating the transaction. So there is no way he can authorize a transfer from sellers to buyers account. The buyer should be able to press the "Cancel Order" button and the payment should be immediately credited back to his paypal account.
I can store the sellers credentials in the server and send it to the API which should be able to authorize him but I was looking for an API which Paypal provides to make this happen.
My requirement is different from the anser provided in this question as here they still show a popup of paypal webpage.

How to change "Return to sellers.email#somemail.com" to "Return to Seller's Business Name" in Woocommerce?

I'm using Woocommerce for my current project. Everything is okay. But, when a customer purchases and makes payment through PayPal, PayPal shows messages with Seller's email address. Example:
Before payment:http://i.stack.imgur.com/fk78l.png
After payment http://i.stack.imgur.com/h252d.png
Is there anybody to help?
You will need to update your business name inside your paypal account.
Note : Your personal account cannot have a business name. Need to have a Business account.
login to your business account at www.paypal.com
My Account->My selling tools->My business information.
Update your business name.

PayPal API, account verification

Use-case
I am implementing a trading application
I am using PayPal API for express checkout
Subscribers should be able to sell & buy using PayPal account
Subscriber should associate his Trading application account with his PayPal account using the e-mail address registered with PayPal
Problem
Using PayPal API, Is it possible to verify that the PayPal account e-mail address provided is registered with PayPal? ( sending an e-mail activation link will not help here )
Any help will be appreciated
Try using the Paypal AddressVerify API: https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/AddressVerify_API_Operation_NVP/
AddressVerify can also check that your user's address and ZIP/postal code are correct.
AddressVerify API isn't provided by Paypal on default. I think you have to talk to customer support to give you access to it, and then contact them again for approval to have it on your site.

Resources