One self-hosted console to run your entire business — commerce, ERP, HRM, CRM & manufacturing

Stripe Integration

Stripe Integration

Setup

  1. Create a Stripe account at stripe.com
  2. From the Stripe dashboard, go to Developers → API Keys
  3. Copy your Publishable Key and Secret Key
  4. In the admin, go to Settings → Payment Gateways → Stripe
  5. Paste both keys and set to Active

Webhooks

Stripe webhooks notify your store of asynchronous events (e.g., successful payment, subscription renewal). Set the webhook URL in your Stripe dashboard:

https://your-store.com/api/payment/webhooks/stripe

Enable events: payment_intent.succeeded, payment_intent.payment_failed, invoice.paid, customer.subscription.deleted.

Supported Payment Methods

Once Stripe is active, customers can pay with:

  • Visa, Mastercard, American Express, and other cards
  • Apple Pay (on Safari/iOS)
  • Google Pay (on Chrome/Android)
  • Link (Stripe's saved payment network)
Last updated: 8/27/2026