Splitit
Quick Start
- Sign up at splitit.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Splitit — global BNPL on existing Visa/Mastercard cards. No consumer registration required. FCA (UK) & FinCEN registered.
| Provider ID | splitit |
| Category | Buy Now, Pay Later |
| Website | splitit.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
| Parameter | Description |
|---|---|
api_key | API Key |
api_secret | API Secret |
base_url | Base 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 Status | 4pay Status | Description |
|---|---|---|
Approved | charged | Plan approved |
PendingMerchantShipmentNotice | charging | Awaiting shipment |
InProgress | charging | Plan active |
Canceled | rejected | Plan cancelled |
Failed | rejected | Plan failed |