Is it possible to limit payment / checkout options over a certain amount?

Is it possible to limit payment / checkout options over a certain amount?

For example limit payment/checkout options over €1000 to manual / invoice and/or another 3rd party payment (eg humm/klarna). (Payments under the amount would have all regular checkout options available shopify Payments/PayPal etc.)

To protect against online fraud / charge backs etc for larger amounts…

Kind regards,

D

If you have Shopify Plus you can edit the checkout templates, so you can check for order total then adjust the display, etc.

If you don’t have Shopify Plus, couple ideas:

a) Edit your “theme language” for the checkout area to show a message, like “If your order is over €1000 please contact us before placing the order…”

Reference: https://help.shopify.com/en/manual/online-store/themes/customizing-themes/language/change-wording

b) If you want to get notified on those orders, you can use Order Automator app. This can identify orders over X amount, can even cancel the order if it’s over X and used a certain payment method (if you do this I would combine it with idea A to give clear expectations to the user.

You can also use this app to identify high risk orders (either notify staff or auto cancel). That feature comes included in the free version.

c) You can edit your order notification email, using Liquid / variables (Reference: https://help.shopify.com/en/manual/orders/notifications/email-variables) so that if order total is over X then show a message that this order requires a different payment gateway, reply to this email to complete your order… something like that.

Hi @DTG ,

If Shopify Plus, custom scripts could work for this, per:

https://docs.klarna.com/platform-solutions/shopify/payments/shopify-plus-custom-scripts/

Hi @DTG ,

You can achieve this without Shopify Plus, using the Kip: Customize Payment Methods app, which let’s you hide the payment options based on conditions.

When you enter the app select the “create hide rule” option :

2.- Select the third party payment gateways that you want to hide over €1000

3.- In the condition section, select the “Cart total amount” condition, and set it to 1000:

Then save the rule, and you should see it applied in your checkout.

I hope you find this helpful!

To protect against fraud customers and limit payment options over a certain amount, you can utilize PayRules: Hide Payment Methods app. So according to your example above, let’s hide Shopify Payments and PayPal if the order amount is over €1000.

  1. Select Shopify Payments and PayPal from the Select payment methods field.
  2. Write 1000 in the Cart total Max (maximum) field like the screenshot below.

Now if the order is over €1000, your customers cannot use the selected payment methods in the checkout page.