Skip to main content

Stripe Singapore

Quick Start
  1. Sign up at stripe.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Stripe Singapore →

Overview

Stripe Singapore — full-featured processing for Singapore: PayNow, cards, Google Pay, Apple Pay.

Provider IDstripe_sg
CategoryCard Processors
Websitestripe.com

Supported operations: start_tx capture_tx refund_tx status


Authentication

API Key in Bearer/Basic Auth header.


Configuration

Required Parameters

ParameterDescription
secret_keyStripe Secret Key (sk_live_... / sk_test_...)
publishable_keyPublishable Key for frontend
webhook_secretWebhook signing secret (whsec_...)
account_idConnected Account ID (for Connect)

Status Mapping

Provider Status4pay StatusDescription
succeededcharged
requires_captureauthorized
canceledcancelled
requires_payment_methodrejected
payment_failedrejected

Testing

Test Cards

CardNumberResult
Visa4242 4242 4242 4242Success
Visa (3DS)4000 0027 6000 31843DS Required
Declined4000 0000 0000 0002Declined

Resources