Integrations

Stripe Payment Processing

Configure Stripe for payment processing in the shop.

Loading...
Use Test Mode for development and testing. Switch to Live Mode for production.
Your Stripe publishable key. Found in Stripe Dashboard > Developers > API keys.
Your Stripe secret key. This is stored encrypted in Firestore. Required for webhook verification.
Webhook signing secret from Stripe Dashboard > Developers > Webhooks. Required for webhook verification.
Webhook Endpoint URL: https://YOUR_REGION-YOUR_PROJECT.cloudfunctions.net/stripeWebhook Add this URL in Stripe Dashboard > Developers > Webhooks. Select events: checkout.session.completed, payment_intent.succeeded, payment_intent.payment_failed

Other Integrations

Additional integrations will be added in future updates.