Global Payments Singapore
Quick Start
- Sign up at globalpayments.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
Global Payments — #1 global independent processor and acquirer. MAS-licensed in Singapore. 170+ currencies, cards, wallets, bank transfers. GP-API (REST) with Bearer token authentication. Omnichannel: in-store POS + e-commerce + mobile.
| Provider ID | global_payments_sg |
| Category | Card Processors |
| Website | globalpayments.com |
Supported operations: start_tx refund_tx status
Authentication
Bearer token authentication. Retrieval access token via app_key and app_secret (GP-API).
Configuration
Required Parameters
| Parameter | Description |
|---|---|
app_key | GP-API Application Key |
app_secret | GP-API Application Secret |
merchant_id | Global Payments Merchant ID |
base_url | API base URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
CAPTURED | charged | |
REFUNDED | refunded | |
DECLINED | rejected | |
CANCELLED | rejected | |
INITIATED | charging | |
PENDING | charging |