• Resolved denis2134

    (@denis2134)


    Please tell me how to set the fee, depending on the country that the user chose when placing an order? Payment methods paypal and stripe. For example, for stripe, for the USA it is 2.9% + $ 0.30, and for the UK 1.4% + $ 0.25, maybe there is some kind of plugin for this, or there is another method for calculating it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @denis2134,

    Please tell me how to set the fee, depending on the country that the user chose when placing an order?

    Just to check, are you asking how to independently calculate these fees or how to add them to your customers’ orders?

    Note that Stripe/PayPal should be able to automatically calculate the fees when processing the transaction. To get the fees charged, you could check directly on their sites or ask from their support team. Some helpful pages to check are:
    * https://stripe.com/en-gb-us/pricing
    * https://www.paypal.com/al/webapps/mpp/paypal-fees

    However, if you’re asking about adding fees based on conditions such as the customer’s country or payment method, I would suggest taking a look at the following plugin: https://wordpress.org/plugins/checkout-fees-for-woocommerce/

    Hope this is what you were asking about, if not, feel free to follow up with a clarification.

    Thanks.

    Thread Starter denis2134

    (@denis2134)

    Yes, I mean that the final amount of the order should take into account the fee of the payment system. It’s just that I used to do it using code, and I had 2 types of fee: The whole world, and the territory of the United States. And I would like the fee to be exactly counted for each country. Thanks, it looks like this plugin is what I need. Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calculate Paypal/Stripe fee by country?’ is closed to new replies.