# Sezzle

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FaHn8UkNGZlSICrE7liSI%2FUntitled.png?alt=media&#x26;token=d0364e52-e9ac-4d32-8c00-7aa22d5aad31" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="danger" %}
**Disclaimers:**

CheckoutChamp does not store any card details for merchants using Sezzle's Payment Gateway

Sezzle will work for One-time purchases only. **sezzle does not support 1-click upsells or rebills.**

Sezzle will work with landers that connect to CheckoutChamp via the funnel builder, Direct API and/or Form-code. This will NOT work with Order Entry.
{% endhint %}

**STEP 1**

Go to **Gateways** > **Gateway Integrations**

**STEP 2**

Scroll down to **Sezzle**

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FQJENinoUvDwKES86i7Dg%2FUntitled.png?alt=media&#x26;token=42a7d679-36a1-4202-adfc-e81b94484ea3" alt=""><figcaption></figcaption></figure>

**STEP 3**

Click the green **Activate** button to activate **Sezzle**

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2F2qW58KKS4REC58YOtAQ2%2FUntitled.png?alt=media&#x26;token=2f000b18-9a99-4563-b490-66b4d5699960" alt=""><figcaption></figcaption></figure>

**STEP 4**

Enter **public\_key** and **private\_key** in the General Details Section of the Mid Creation Screen

Obtain **public\_key** and **private\_key** from your Sezzle gateway account.

**Reference:** [**https://sezzle.com**](https://sezzle.com/)

<br>

**STEP 5**

Click the green **Create Gateway** button to save your changes and create the gateway.

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FPC99Tsxw3GgeXG2VKlqR%2FUntitled.png?alt=media&#x26;token=00fee0e3-b011-4c23-b567-ba6997d6fa5b" alt=""><figcaption></figcaption></figure>

**STEP 6**&#x20;

**Apply To Checkout Page**

{% hint style="success" %}
To add Sezzle to a CheckoutChamp funnel, please follow [this documentation](https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/edit-funnel-settings/payments/sezzle)
{% endhint %}

{% hint style="danger" %}
If Sezzle is your only payment option then Card Number should not be on your checkout page.  Sezzle will handle card entry.
{% endhint %}

Checkout page should be secure HTTPS. A non-secured call to the sezzle gateway will be rejected.

Pass paySource=PREPAID and prepaidType=SEZZLE on the import order API call from your checkout page

One option is to use hidden input fields on the page

```
<input type="hidden" name='paySource' value="PREPAID">
<input type='hidden' name='prepaidType' value='SEZZLE'>
```

If your standard credit card gateways are applied to your offers, use the **forceMerchantId** parameter in the Import Order API call. Note that this will only work for one time sales, it will not work with recurring transactions.

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2Ffx9pRubpi2avmcrLzohj%2FUntitled.png?alt=media&#x26;token=7af24180-85bf-47f3-ad9e-8b187d7e44a9" alt=""><figcaption></figcaption></figure>

&#x20;

For more info on the Import Order API call, please refer to our [API Documentation](https://apidocs.checkoutchamp.com/?version=latest).

<br>
