From 0bdfab06fc71881c2c62701a3e8af0f3116b57fd Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 5 Sep 2024 08:52:40 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf3178..7f62be4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Stripe Plugin +> [!WARNING] +> This plugin has been deprecated. You can use the [Data Warehouse integeration](https://posthog.com/docs/data-warehouse/setup/stripe) to sync all data reliably from Stripe into PostHog. + + Get customer and invoice data from Stripe into PostHog. This plugin will: @@ -8,4 +12,4 @@ This plugin will: * Create a PostHog user from a Stripe customer if it doesn't exist * Emit events for every new customer * Set the Stripe customer data as user properties in PostHog -* Notify you of upcoming invoices above a certain threshold \ No newline at end of file +* Notify you of upcoming invoices above a certain threshold