Skip to main content

Stripe Indonesia

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 Indonesia →

Overview

Global payment gateway with full support Indonesia. Cards, e-wallets, QRIS, bank transfer.

Provider IDstripe_id
CategoryCard Processors
Websitestripe.com

Supported operations: start_tx refund_tx status


Authentication

API Key (Bearer/Basic Auth header). Mode sandbox/production determined by key prefix (sk_test_ / sk_live_).


Configuration

Required Parameters

ParameterDescription
secret_keyStripe Secret Key (sk_live_... / sk_test_...)
publishable_keyPublishable Key (pk_live_... / pk_test_...)
webhook_secretWebhook signing secret (whsec_...)

Status Mapping

Provider Status4pay StatusDescription
succeededcharged
requires_payment_methodpending
requires_actionaction_required
processingcharging
canceledrejected
requires_capturecharging

Testing

Test Cards

Number cardsScenario
4242424242424242Successful payment
40000027600031843D Secure required
4000000000000002Declined

Resources