--- title: Stripe node documentation description: Learn how to use the Stripe node in n8n. Follow technical documentation to integrate Stripe node into your workflows. 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 meter events, and deleting customers. On this page, you'll find a list of operations the Stripe node supports and links to more resources. ```{note} Credentials Refer to [Stripe credentials](/08-0-0-Workflow/integrations/builtin/credentials/stripe.md) for guidance on setting up authentication. ``` ## Operations * Balance * Get a balance * Charge * Create a charge * Get a charge * Get all charges * Update a charge * Coupon * Create a coupon * Get all coupons * Customer * Create a customer * Delete a customer * Get a customer * Get all customers * Update a customer * Customer Card * 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 * Get a source * Token * Create a token ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```