@murai-wallet/gateway-stripe
v1.0.3
Published
Stripe Checkout payment gateway adapter for murai
Maintainers
Readme
@murai-wallet/gateway-stripe
Stripe Checkout payment gateway adapter for Murai.
Supports global card payments, Apple Pay, and Google Pay via Stripe Checkout.
Install
npm install @murai-wallet/gateway-stripe @murai-wallet/core stripeUsage
import { createStripeGateway } from '@murai-wallet/gateway-stripe';
const gateway = createStripeGateway({
secretKey: process.env.STRIPE_SECRET_KEY,
webhookSecret: process.env.STRIPE_WEBHOOK_SECRET,
});
// Use with createCheckoutManager from @murai-wallet/coreFeatures
- Stripe Checkout Session integration
- Webhook signature verification via Stripe SDK
- Payment status polling
- Supports all Stripe-enabled payment methods
Documentation
Full docs: ebuntario.github.io/murai
