Sezzle

Sezzle is an alternative payment platform that increases sales and basket sizes by enabling your customers to ‘buy now and pay later’ with interest-free installment plans.


This guide describes how to integrate Sezzle into your WooCommerce website so that you can provide Sezzle as a payment option for your customers. After integrating Sezzle, your WooCommerce site will:

  • offer Sezzle as a payment option on the checkout page.
  • refund Sezzle payments from your WooCommerce order management system.
  • display Sezzle promotional messaging.
  • authorize and capture payments.

Integration Steps Overview

↑ Back to top
  1. Install and configure the Sezzle WooCommerce extension
  2. Test your integration
  3. (Optional) Sandbox Testing

Before You Begin

↑ Back to top
  1. You should have a Sezzle merchant account.
  • Please visit our signup page if you don’t have an account.
  1. Make sure you have the following Sezzle details handy.
  1. Familiarize yourself with the transaction flow when buying with Sezzle.

Install the Sezzle WooCommerce Extension

↑ Back to top
  1. Log in to your website’s WordPress admin.
  • Ex: your-website.com/wp-admin

2880

  1. In the left sidebar, click Plugins > Add New.
  2. Search for Sezzle.
  3. Click Install Now.

1868

  1. Click Activate.

1866

Admin Configuration

↑ Back to top
  1. In the left sidebar, click WooCommerce > Settings .
  2. Select the Payments tab.

2880

  1. Click the Manage button for Sezzle.

1398

  1. Check the Enable/Disable checkbox for enabling Sezzle.
  2. Check the Payment option availability in other countries if you want to allow Sezzle outside of US and Canada.
  • Note, Sezzle operates only in US and Canada. Be sure to check this option.
  1. Set Merchant ID as received from the Business section of Sezzle Merchant Dashboard.
  2. Copy your Private Key and Public Key from your Sezzle Merchant Dashboard, and paste them into the corresponding fields.
  3. Set Minimum Checkout Amount if you want to restrict Sezzle based on a minimum order total.
  4. Set the Transaction Mode as Live for production and Sandbox for sandbox testing mode.
  5. Check the Show Sezzle widget in product pages checkbox for adding widget script in the Product Display Page, which allows enabling Sezzle Widget Modal in PDP.
  6. Configure the installment plan widget under Installment Plan Widget Configuration settings
  7. Check the Enable Installment Widget Plan in Checkout page checkbox for enabling installment widget plan.
  8. Set the Order Total Container Class Name. Default is woocommerce-Price-amount.
  9. Set the Order Total Container Parent Class Name. Default is order-total.
  10. Check the Enable Logging checkbox for logging Sezzle checkout related data. This is helpful for debugging issues, if encountered.

3584

  1. Click Save Changes.

WooCommerce Sandbox Testing

↑ Back to top
  1. In the Sezzle configuration page of your WooCommerce admin, enter the Sandbox API Keys from your Sezzle Merchant Sandbox Dashboard and set the Transaction Mode to Sandbox, then save the configuration. Make sure you are doing this on your dev/staging website.
  2. On your website, add an item to the cart, then proceed to Checkout and select Sezzle as the payment method.
  3. Click Place Order, and you should be redirected to the Sezzle checkout page. If prompted, sign in.

1917

  1. Enter the payment details using test data then click Complete Order.
  2. After the payment is completed on Sezzle, you should be redirected back to your website and see a successful payment page.
  3. Sandbox testing is complete. You can log in to your Sezzle Merchant Sandbox Dashboard to see the test order you just placed.

WooCommerce Live Checkout

↑ Back to top
  1. In the Sezzle configuration page of your WooCommerce admin, enter the API Keys from your Sezzle Merchant Dashboard and set the Transaction Mode to Live, then save the configuration.
  2. On your website, add an item to the cart, then proceed to Checkout and select Sezzle as the payment method.
  3. Click Place Order.

1917

  1. If you are redirected to the Sezzle checkout page, your integration is complete. Congratulations!
  2. Warning Don’t complete the payment. Your checkout is now live, so you will be charged if you complete.

Important Note on Order Fulfillment

↑ Back to top

Before shipping the order, ensure that the Order Notes in the WooCommerce interface show the order status is Processing and include Payment approved by Sezzle. When these notes exist, you know that the customer completed the checkout at Sezzle, and you will be paid for the order.

WooCommerce will create an order regardless of whether the customer completes the checkout at Sezzle. Check the Order Notes and do not fulfill orders where the Sezzle checkout is not completed.

Troubleshooting

↑ Back to top

If testing was unsuccessful, review the following:

  • Sezzle WooCommerce extension is the most updated version.
  • Go to Plugins > Installed Plugins, then click View Details next to the Sezzle WooCommerce Payment. If there is an option to upgrade, do so now.
  • Sezzle extension is activated.
  • Go to WooCommerce > Settings and ensure the switch is turned On.
  • Merchant ID was entered correctly.
  • API Keys were entered correctly.
  • It is recommended to use the Copy icon in the Sezzle Merchant Dashboard to avoid typos or extra spaces.
  • If you have multiple accounts with Sezzle, the merchant ID and API Keys are tied to only one URL.
  • Show Sezzle widget in product pages box is checked.
  • Widget script is present on your website and reflects the Merchant ID from your Sezzle Merchant Dashboard.
  • Go to a product page on your website.
  • Right-click then select Inspect.
  • In the Elements tab, search for widget.sezzle.

Uninstall Steps

↑ Back to top
  1. Go to Plugins > Installed Plugins.
  2. Under Sezzle WooCommerce Payment, click Deactivate then click Delete.