Eutanasio Posted May 9, 2020 Share Posted May 9, 2020 (edited) Hi, I need to create a link for a PayPal button on the email order confirmation the customer receives. Also this total to be paid using PayPal must be multiplied to do the currency conversion as the currency on my website is not accepted by PayPal. The link I'll be using on the button is a PayPal.me. For exemple if the total of the order is 48 then converting it to EUR would be 120€, so the link should do something like this: href="http://PayPal.Me/DiaRusso/{total_paid}*2,50EUR" Thanks for the help! Edited May 9, 2020 by omar2886 formula for currency conversion (see edit history) Link to comment Share on other sites More sharing options...
Janett Posted May 9, 2020 Share Posted May 9, 2020 Keep in mind the following PayPal policy which prohibits surcharges... Quote No surcharges You agree that you will not impose a surcharge or any other fee for accepting PayPal as a payment method. You may charge a handling fee in connection with the sale of goods or services as long as the handling fee does not operate as a surcharge and is not higher than the handling fee you charge for non-PayPal transactions. https://www.paypal.com/ga/webapps/mpp/ua/useragreement-full So if one of your customer open a Dispute or a claim on PayPal, you will be in fault and you will lose the money. Link to comment Share on other sites More sharing options...
Eutanasio Posted May 9, 2020 Author Share Posted May 9, 2020 2 hours ago, Janett said: Keep in mind the following PayPal policy which prohibits surcharges... https://www.paypal.com/ga/webapps/mpp/ua/useragreement-full So if one of your customer open a Dispute or a claim on PayPal, you will be in fault and you will lose the money. I reformulate que question, as it is not actually a commission, but a currency exchange. The currency in my website is not supported by PayPal, so I have to convert the value {total_paid} by doing a mathematical operation Link to comment Share on other sites More sharing options...
Eutanasio Posted May 10, 2020 Author Share Posted May 10, 2020 Solution: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now