The fields “Paypal Identity Token” and “Paypal Return URL” appear on the Paypal payment plugin configuration page. How do I find the data to fill them in?
1 Answers
Best Answer
- For Return URL:
- The default woocommerce return URL is <yourdomain.com>/checkout/order-received/
- This should work without any custom coding or adding any new page
- For Paypal Identity Token, go to:
- Account settings
- My selling tools tab
- Website preferences, click “Update”
- You must turn on Auto Return
- Fill in the Return URL
- You must turn on Payment Data Transfer
- Save settings
- Identity token will appear under Payment Data Transfer
Credit:
- https://www.hostinger.com/tutorials/setup-paypal-on-woocommerce-with-paypal-identity-token
- https://stackoverflow.com/questions/21627991/what-is-the-standard-woocommerce-return-url-for-paypal
- http://wphow.org/setup-paypal-to-accept-credit-cards/