Adyen Singapore
Quick Start
- Sign up at adyen.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
Adyen Singapore — Checkout API v71 for SG-specific methods: PayNow, GrabPay, Alipay, WeChat Pay, Cards.
| Provider ID | adyen_sg |
| Category | Card Processors |
| Website | adyen.com |
Supported operations: start_tx capture_tx refund_tx payout status
Authentication
API Key in X-API-Key header.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | Adyen API Key |
merchant_account | Adyen Merchant Account |
hmac_key | HMAC Key for verification webhook' (hex-encoded) |
live_prefix | Live URL prefix (for production) |
base_url | API URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
Authorised | authorized | |
Captured | charged | |
Refused | rejected | |
Cancelled | cancelled | |
Error | rejected | |
Settled | settled |
Testing
Test Cards
| Card | Number | Result |
|---|---|---|
| Visa | 4111 1111 1111 1111 | Success |
| Visa (3DS2) | 4917 6100 0000 0000 | 3DS2 Required |
| Mastercard (declined) | 5100 0000 0000 0511 | Declined |