Worldline Singapore
Quick Start
- Sign up at worldline.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
Worldline (ex-Ingenico) — European payment technology giant with MAS-license in Singapore. Support 150+ currencies, card processing, alternative payment methods (PayNow, GrabPay). Omnichannel: POS + online processing. REST API with HMAC-SHA256 authentication.
| Provider ID | worldline_sg |
| Category | Card Processors |
| Website | worldline.com |
Supported operations: start_tx refund_tx status
Authentication
HMAC-SHA256 request signing using api_key and api_secret.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | Worldline API Key from merchant portal |
api_secret | Worldline API Secret for HMAC-SHA256 signing |
merchant_id | Worldline Merchant ID |
base_url | API base URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
CAPTURED | charged | |
REFUNDED | refunded | |
REJECTED | rejected | |
CANCELLED | rejected | |
PENDING | charging | |
PENDING_APPROVAL | charging |