Adapters
Stripe Adapter
Add Stripe payments to your X Framework application
Stripe Adapter
The Stripe adapter provides a type-safe wrapper around your Stripe client and handles webhook verification.
Installation
Usage
Webhook Handler
The adapter provides a handleWebhookRequest
method that verifies the webhook signature:
For more details on using Stripe, see the Stripe documentation.