Does Northbeam integrate with Partial.ly?

Learn more about Northbeam's integration with Partial.ly–a payment plan software

What is Partial.ly?

Partial.ly is a payment plan software that automatically schedules and processes payments and provides a variety of tools to streamline the payment plan process. This is primarily useful for brands on Magento, WooCommerce, BigCommerce, and more.

How to connect Partial.ly + Northbeam

To enable the connection with Partial.ly, you will need to do the following:

  1. In your Partial.ly merchant account, navigate to Settings > Checkout.

  2. Include the Northbeam pixel script under the Confirmation Script section. This is available from your Northbeam account under Settings > Tracking script tags.

  3. Include the script below under the Confirmation Script section. 


    <script type="application/javascript">
    (function() {
    'use strict';
    const email = {{customer.email | json}};
    window.Northbeam.fireEmailCaptureEvent(email, "partially.checkout");
    })();
    </script>
  4. Your Confirmation Script section should now look like this.

At this point in time, your Partial.ly integration will start attributing orders.