Skip to main content

Sezzle

Quick Start
  1. Sign up at sezzle.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Sezzle →

Overview

Sezzle — US BNPL platform (~3.4M users). Pay in 4 interest-free installments. FinCEN MSB & state licensed.

Provider IDsezzle
CategoryBuy Now, Pay Later
Websitesezzle.com

Supported currencies: USD

Supported operations: charge, refund, partial_refund


Authentication

  • Method: Session-based Bearer Token
  • Base URL: https://gateway.sezzle.com/v2

Configuration

Required Parameters

ParameterDescription
public_keyPublic Key
private_keyPrivate Key
base_urlBase URL API

Example Configuration

{
"provider": "sezzle",
"provider_params": {
"public_key": "your_public_key_here",
"private_key": "your_private_key_here",
"base_url": "https://gateway.sezzle.com/v2"
}
}

Status Mapping

Provider Status4pay StatusDescription
COchargedCaptured/Complete
AUchargingAuthorized
DErejectedDeclined
RFrefundedRefunded

Resources