From b8d77bab79d701f8d3e5f2401fa6c3c1f1e17006 Mon Sep 17 00:00:00 2001 From: Jason Schell Date: Mon, 25 Aug 2025 17:14:03 +0200 Subject: [PATCH] Add new Stripe Node feature "Meter Event" into Docs. --- docs/integrations/builtin/app-nodes/n8n-nodes-base.stripe.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.stripe.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.stripe.md index 329f08a1cb3..fde64a21383 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.stripe.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.stripe.md @@ -7,7 +7,7 @@ contentType: [integration, reference] # Stripe node -Use the Stripe node to automate work in Stripe, and integrate Stripe with other applications. n8n has built-in support for a wide range of Stripe features, including getting balance, creating charge, and deleting customers. +Use the Stripe node to automate work in Stripe, and integrate Stripe with other applications. n8n has built-in support for a wide range of Stripe features, including getting balance, creating charge and meter events, and deleting customers. On this page, you'll find a list of operations the Stripe node supports and links to more resources. @@ -37,6 +37,8 @@ Refer to [Stripe credentials](/integrations/builtin/credentials/stripe.md) for g * Add a customer card * Get a customer card * Remove a customer card +* Meter Event + * Create a meter event * Source * Create a source * Delete a source