Customize payment options at checkout
Learn how to set up a payment option customization function.
Last updated
Learn how to set up a payment option customization function.
Last updated
Payment method customization lets you control which payment options appear at checkout, and how they’re displayed, based on specific conditions. You can hide, reorder, or rename payment methods to suit your business needs.
For example, you can show American Express first for U.S. customers, hide certain methods for low-value orders, or rename a payment method to reflect a local preference. This allows you to tailor the checkout experience based on factors like customer location or order value.
From the Function Junction dashboard, click Create a function.
Beside Customize Payment Options at Checkout, click Continue.
Under Function name, give your discount a unique name so you can identify it later.
Under Condition type, click the drop-down and select one of the following:
Standard: The most commonly used and well-balanced settings.
Delivery: For conditions that are more related to shipping and delivery.
Click Next.
Define the condition that activates the function:
From the drop-down menu, select the condition that you want the function to be based on, like cart has items
, then product/variant
is any
, then select the products you want, and selected items quantity
is greater than
1
Optional: Click Add a condition to add any additional conditions that you want.
Click Next.
Customize the payment method based on your conditions. Click Add a rule under any of the following:
Rename payment methods
Reorder payment methods
Hide payment methods
Enter the condition that you want based on the rule that you chose. It will differ depending on the rule.
Click Publish.
In this example, Max has several payment methods for his store. He has regular credit cards as a method, PayPal, and Klarna for a buy now, pay later option. Max decides he only wants to show Klarna as a payment option if the cart subtotal exceeds $500.
Function name: In this case, Max would give his function a name like Hide Klarna orders under $500
so that he can identify it later.
Condition type: Since he wants this to apply to a cart subtotal, not related to delivery, he would leave the condition type set to Standard.
Conditions: In step 2, because he wants this to be exclusive to carts with less than $500 worth of product, he needs to add the condition:
if
cart subtotal
is less than
$500
Payment method rule: In step 3, Max would Add a rule under Hide payment methods. He would enter payment method name
contains
Klarna
, and he'd also leave Hide in set to all
.