Stripe Singapore
Quick Start
- Sign up at stripe.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
Stripe Singapore — full-featured processing for Singapore: PayNow, cards, Google Pay, Apple Pay.
| Provider ID | stripe_sg |
| Category | Card Processors |
| Website | stripe.com |
Supported operations: start_tx capture_tx refund_tx status
Authentication
API Key in Bearer/Basic Auth header.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
secret_key | Stripe Secret Key (sk_live_... / sk_test_...) |
publishable_key | Publishable Key for frontend |
webhook_secret | Webhook signing secret (whsec_...) |
account_id | Connected Account ID (for Connect) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
succeeded | charged | |
requires_capture | authorized | |
canceled | cancelled | |
requires_payment_method | rejected | |
payment_failed | rejected |
Testing
Test Cards
| Card | Number | Result |
|---|---|---|
| Visa | 4242 4242 4242 4242 | Success |
| Visa (3DS) | 4000 0027 6000 3184 | 3DS Required |
| Declined | 4000 0000 0000 0002 | Declined |