Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

Disclaimers:

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

sezzle will work with landers that connect to Konnektive via Direct API and/or Form-code. This will NOT work with Order Entry.


STEP 1

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

public_key and private_key will be obtained 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 

API Checkout page setup

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


  • No labels