Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Disclaimers:

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

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

sezzle will 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.

...

Go to Gateways Gateway Integrations

STEP 2

Scroll down to Sezzle

...

STEP 3

Click the green Activate button to activate Sezzle

...

STEP 4

Enter public_key and private_key in the General Details Section of the Mid Creation Screen

Obtain public_key and private_key will be obtained from your sezzle  from your Sezzle gateway account.

Reference: https://sezzle.com


STEP 5

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

...

STEP 6 

CheckoutChamp Builder

...

Setup the gateway as described in Steps 1-5

...

On the checkout page, edit your checkout button.  Set Title=Sezzle and Action=Submit + Route.  Also set Product if the page is a single-product checkout.

...

Save the page and exit the page builder

...

Draw an arrow leaving the checkout page, if it does not already exist

...

On the arrow settings, choose the Sezzle button

Publish

Apply To Checkout Page

Tip

To add Sezzle to a CheckoutChamp funnel, please follow this documentation

Note

If Sezzle is your only payment option then Card Number should not be on your checkout page.  Sezzle will handle card entry.

...

...

If you are using Sezzle as a separate payment option in addition to standard credit card payments:

  • Set your campaign offers to your credit card gateways.

  • Your page should have at least 1 “Submit+Route” button for credit card payments and at least one button for Sezzle payments.

  • Make the credit card field NOT required on the checkout page.

    • If CC is entered and the customer clicks the CC checkout button, it will run against the credit card gateway set on the offer(s).

    • If no CC is entered and the customer clicks the CC checkout button, then the CRM will respond with “Credit Card is Required”.

    • Whether CC is entered or not and the customer clicks the Sezzle button, the customer will be redirected to Sezzle for payment.

API Checkout page setupCheckout 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

Code Block
<input type="hidden" name='paySource' value="PREPAID">
Code Block

<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.

...

 

For more info on the Import Order API call, please refer to our API Documentation.