Skip to main content

Splitit

Quick Start
  1. Sign up at splitit.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 Splitit →

Overview

Splitit — global BNPL on existing Visa/Mastercard cards. No consumer registration required. FCA (UK) & FinCEN registered.

Provider IDsplitit
CategoryBuy Now, Pay Later
Websitesplitit.com

Supported currencies: USD, EUR, GBP

Supported operations: charge, refund


Authentication

  • Method: OAuth2 (client_id:client_secret)
  • Base URL: https://web-api-v3.production.splitit.com

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
api_secretAPI Secret
base_urlBase URL API

Example Configuration

{
"provider": "splitit",
"provider_params": {
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here",
"base_url": "https://web-api-v3.production.splitit.com"
}
}

Status Mapping

Provider Status4pay StatusDescription
ApprovedchargedPlan approved
PendingMerchantShipmentNoticechargingAwaiting shipment
InProgresschargingPlan active
CanceledrejectedPlan cancelled
FailedrejectedPlan failed

Resources