You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/stripe/INTEGRATION.mdx
+16-24Lines changed: 16 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,12 @@ Build complete payment flows, subscription systems, and revenue management with
31
31
32
32
## What Monk Manages
33
33
34
-
Monk handles your entire Stripe infrastructure:
34
+
This integration ships the following Stripe entities:
35
35
36
-
-**Credentials & API keys**: Secure secret management for test and live environments
37
-
-**Products & pricing**: Create and manage your product catalog and pricing tiers
38
-
-**Webhook endpoints**: Configure secure webhook handlers for payment events
39
-
-**Customer management**: Handle customer data and subscription lifecycle
40
-
-**Invoice & billing**: Automate invoice generation and payment collection
41
-
-**Subscription operations**: Manage trials, cancellations, and plan changes
36
+
-**Credentials (stripe/credentials)**: Validates API key, derives mode (test/live), exposes `account_id` and optional `publishable_key`.
37
+
-**Product (stripe/product)**: Creates or adopts a product by `product_id` or name; supports `product_description` and `metadata`.
38
+
-**Price (stripe/price)**: Resolves by `lookup_key` or creates a price with `currency`, `unit_amount`, optional `recurring_interval`, and `product_id`.
39
+
-**Webhook endpoint (stripe/webhook-endpoint)**: Creates an endpoint at `destination_url`, subscribes to `event_types`, stores signing secret in `signing_secret_ref` (default `stripe-webhook-secret`).
42
40
43
41
## Step-by-Step Integration Guide
44
42
@@ -55,13 +53,11 @@ Add your Stripe credentials as Monk secrets:
0 commit comments