@tenderpay/stripe
v0.2.0
Published
Stripe provider plugin for Tender.
Maintainers
Readme
@tenderpay/stripe
Stripe provider plugin for Tender. Implements hosted Checkout, embedded PaymentIntents, Subscriptions, Refunds, and webhook handling with signature verification.
Installation
pnpm install @tenderpay/stripeKey Features
- Hosted Checkout: Server-rendered Payment Links with return URL handling
- Embedded Payments: ClientSecret-based PaymentIntents for custom UIs
- Subscriptions: Stripe Products/Prices with pause/resume/cancel lifecycle
- Webhooks:
charge.succeeded,charge.refunded,customer.subscription.*handlers with HMAC-SHA256 signature verification - Refunds: Full and partial refunds with idempotency support
- 3DS/SCA:
requires_actionstatus mapping with action URL
Requirements
- Stripe account (production or sandbox)
- API key configured in EmDash context
License
MIT
Live QA Harness
End-to-end QA via Stripe CLI is wired through pnpm -F @tenderpay/stripe test:e2e. See docs/qa/stripe-live-harness.md for prerequisites and runbook.
