Split Payments
Quick Start
- Sign up at split.cash 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
Split — B2B BNPL platform for account financing (invoice financing). Unique niche: B2B installments and trade credit automation (net terms). REST API with HMAC-SHA256 authentication. Singapore market.
| Provider ID | split_sg |
| Category | Bank Transfers |
| Website | split.cash |
Supported operations: start_tx refund_tx status
Authentication
HMAC-SHA256 request signing using api_key and secret_key.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | Split API Key from merchant dashboard |
secret_key | Split Secret Key for HMAC-SHA256 signing |
merchant_id | Split Merchant ID |
base_url | API base URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
completed | charged | |
approved | charged | |
refunded | refunded | |
declined | rejected | |
cancelled | rejected | |
expired | rejected | |
pending | charging |