FomoPay
Quick Start
- Sign up at fomopay.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
Fomopay — Singapore-native payment gateway, specializing on Chinese payment methods (WeChat Pay, Alipay, UnionPay). MAS-regulated. QR payments, bank transfers. REST API with Signature authentication. Main market — SG with focus on Chinese tourists and expats.
| Provider ID | fomopay |
| Category | Local Payment Methods |
| Website | fomopay.com |
Supported operations: start_tx refund_tx status
Authentication
Signature-based authentication using api_key and secret_key.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Fomopay Merchant ID |
api_key | Fomopay API Key |
secret_key | Fomopay Secret Key for signature verification |
base_url | API base URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | |
paid | charged | |
refunded | refunded | |
failed | rejected | |
cancelled | rejected | |
expired | rejected | |
pending | charging |