Skip to main content

Split Payments

Quick Start
  1. Sign up at split.cash 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 Split Payments →

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 IDsplit_sg
CategoryBank Transfers
Websitesplit.cash

Supported operations: start_tx refund_tx status


Authentication

HMAC-SHA256 request signing using api_key and secret_key.


Configuration

Required Parameters

ParameterDescription
api_keySplit API Key from merchant dashboard
secret_keySplit Secret Key for HMAC-SHA256 signing
merchant_idSplit Merchant ID
base_urlAPI base URL

Status Mapping

Provider Status4pay StatusDescription
completedcharged
approvedcharged
refundedrefunded
declinedrejected
cancelledrejected
expiredrejected
pendingcharging

Resources