Stripe Indonesia
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
Global payment gateway with full support Indonesia. Cards, e-wallets, QRIS, bank transfer.
| Provider ID | stripe_id |
| Category | Card Processors |
| Website | stripe.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
| Parameter | Description |
|---|---|
secret_key | Stripe Secret Key (sk_live_... / sk_test_...) |
publishable_key | Publishable Key (pk_live_... / pk_test_...) |
webhook_secret | Webhook signing secret (whsec_...) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
succeeded | charged | |
requires_payment_method | pending | |
requires_action | action_required | |
processing | charging | |
canceled | rejected | |
requires_capture | charging |
Testing
Test Cards
| Number cards | Scenario |
|---|---|
4242424242424242 | Successful payment |
4000002760003184 | 3D Secure required |
4000000000000002 | Declined |