Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the standard Woocommerce Return URL for Paypal?

I noticed that when I order on my woocommerce site with Paypal that I'm not returned automatically to the website. I found where to set this option on my Paypal profile, but I have to enter a return URL. Is there a standard return URL?

like image 816
Time To Learn Avatar asked Feb 07 '14 12:02

Time To Learn


People also ask

How do I get a PayPal identity token for WooCommerce?

Here are the steps to obtain the identity token: Access your PayPal dashboard, then navigate to Account Settings -> Website payments. Tap the Update link next to the Website preferences option. Enable the Auto return for website payments, then add your store's thank you page link in the Return URL field.


2 Answers

RETURN URL would be >>>> yoursite.com/checkout/order-received/

You can read up more about the settings from this page. http://wphow.org/setup-paypal-to-accept-credit-cards/

like image 166
HI360 Avatar answered Oct 21 '22 14:10

HI360


It should be: YourDomain/checkout/order-received/

You can find all the information with the latest update on this link:

How to set PayPal with Woo-commerce + Return URL

I had the same question and this solved my issue.

And Also to make it easy without following the link you need to follow this steps:

You can set up auto-return in your PayPal account, which will take customers to a receipt page. For example, use the following URL and replace YourDomain with your own URL:

YourDomain/checkout/order-received/

Add ?utm_nooverride=1 to the end of your URL to ensure that transactions (i.e., conversions) are credited to the original traffic source, rather than PayPal.

So the full link should look like something like this: YourDomain/checkout/order-received/?utm_nooverride=1

Now, 1-Go to your PayPal account >> Profile Tab >> Account Setting >> My selling tools >> Website preferences and Click update on the right side. 2-You will find Return URL: text field you need to updated it with the link above.

Image attached.PayPal Return URL

I hope this will help

like image 6
Tariq Ahmed Avatar answered Oct 21 '22 14:10

Tariq Ahmed