Lewati ke konten
Buat akun
atau
Masuk
Logo Dokumen Stripe
/
Tanya AI
Buat akun
Masuk
Mulai
Pembayaran
Pendapatan
Platform dan situs belanja online
Manajemen uang
Sumber daya pengembang
Gambaran Umum
Pembuatan versi
Log perubahan
Tingkatkan versi API Anda
Upgrade versi SDK Anda
Essentials
SDK
API
Pengujian
Stripe CLI
Proyek sampel
Alat
Workbench
Dashboard Pengembang
Stripe Shell
Stripe untuk Visual Studio Code
Fitur
Alur kerja
Tujuan Kejadian
Peringatan kesehatan StripePengunggahan file
Solusi AI
Toolkit agen
Protokol Konteks Model
Keamanan dan privasi
Keamanan
Perayap web stripebot
Privasi
Perluas Stripe
Membangun aplikasi Stripe
    Gambaran umum
    Mulai
    Buat aplikasi
    Cara kerja Stripe Apps
    Aplikasi sampel
    Bangun aplikasi
    Simpan rahasia
    Metode autentikasi API
    Alur otorisasi
    Logika sisi server
    Dengarkan kejadian
    Tangani berbagai mode
    Aktifkan dukungan sandbox
    Halaman pengaturan aplikasi
    Bangun UI
    Onboarding
    Distribusikan aplikasi Anda
    Opsi distribusi
    Unggah aplikasi Anda
    Versi dan rilis
    Coba aplikasi Anda
    Publikasikan aplikasi Anda
    Promosikan aplikasi Anda
    Tambahkan deep link
    Buat tautan instal
    Tetapkan peran dalam ekstensi UI
    Tindakan setelah instalasi
    Analisis aplikasi
    Komponen tersemat
    Sematkan Aplikasi Stripe pihak ketiga
    Bermigrasi ke Stripe Apps
    Migrasikan atau buat ekstensi
    Migrasikan plugin ke aplikasi Stripe atau Stripe Connect
    Referensi
    Manifes aplikasi
    CLI
    SDK ekstensi
    Izin
    Viewport
    Pola desain
    Komponen
Gunakan aplikasi dari Stripe
Mitra
Ekosistem mitra
Sertifikasi mitra
BerandaSumber daya pengembangBuild Stripe apps

Upload and install your Stripe App

Make your app available to team members on your Stripe account.

Some Stripe Apps features also require you to upload your app. For more information, see:

  • Store secrets
  • Add server-side functionality

To share your app with your team members, install it on your Stripe account with two steps:

  • Upload your app in test mode
  • Install in live mode

Any team member with access to your Stripe account can run your installed apps. To give other Stripe accounts access, you can publish your app on the Stripe App Marketplace. Your app ID must be globally unique.

Upload your app in test mode

To upload your app, run the following command from your project root directory:

Command Line
stripe apps upload

Stripe validates your app manifest, which defaults to test mode availability on your Stripe account. After validation is complete, you see a banner with a prompt and button to install the new version into test mode. You can configure the app manifest to allow installation into sandboxes.

You can install previous versions though the Version History list.

  1. In the version history table, click the overflow menu () of the version you want to install.
  2. Select Install in test mode and complete the installation.

After this step:

  • Any team member can access your app in test mode at https://dashboard.stripe.com/test/.
  • Your app can store secrets in test mode.
  • You can access your app’s signing secret to connect it to a backend.

Install in live mode

To access real customer data, install your app in live mode.

  1. Select your app from the Apps page in the Developers Dashboard.
  2. Select the Private to your account option when choosing how to distribute.
  3. Choose a version for your app and click Continue.
  4. Click Continue to open your app in the Dashboard, then click Install.
  5. Click Done, refresh your browser, and see your app in live mode across the Dashboard in the right-hand side drawer.

After this step:

  • Any team member can access your app in live mode in the Dashboard.
  • Your app can store secrets in live mode.
  • Your app’s signing secret remains available.

Uninstall your app in live mode

To switch between installing your app in live mode to publishing it on the Stripe App Marketplace, uninstall the app in live mode:

  1. Go to the Installed Apps page in the Dashboard, and find the app you want to uninstall.
  2. Click the overflow menu at the right side of your app, and click View app details.
  3. Click Uninstall app, and click Uninstall.

After this step, you can publish your app to the Stripe App Marketplace.

Lihat juga

  • Add deep links
  • Versions and releases
Apakah halaman ini membantu?
YaTidak
  • Butuh bantuan? Hubungi Tim CS.
  • Bergabunglah dengan program akses awal kami.
  • Lihat log perubahan kami.
  • Ada pertanyaan? Hubungi Bagian Penjualan.
  • LLM? Baca llms.txt.
  • Dijalankan oleh Markdoc