Stripe icon

Stripe

Payments platform for customers, payment intents, subscriptions, invoices, products, refunds, and disputes.

Supports payment operations around customers, payment intents, subscriptions, invoices, payouts, refunds, disputes, and webhook events.

Sign in to connect Stripe

Sign in to connect an account and start using Stripe in your apps.

Example Use Cases

These are example ways Snow can use Stripe when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Accept quote

Tool to accept a quote in Stripe. Use when you need to accept a finalized quote, which will create an invoice, subscription, or subscription schedule based on the quote's configuration.

Activate billing alert

Reactivates a billing alert, allowing it to trigger again. Use when you need to resume monitoring usage thresholds and receiving notifications for a previously deactivated alert.

Add lines to invoice

Tool to add multiple line items to a draft Stripe invoice. Use when you need to add additional charges, services, or credits to an existing invoice that is still in draft status.

Advance test clock

Advance a test clock to a future timestamp. Use for testing time-based billing scenarios. Requires test mode API keys (test_helpers endpoints are only available in test mode). The advancement is asynchronous; monitor the status field to track completion (status changes from 'advancing' to 'ready').

Apply customer balance to payment intent

Manually reconciles remaining amount for a customer_balance PaymentIntent by applying funds from customer's cash balance. IMPORTANT: This action only works with PaymentIntents that have 'customer_balance' in their payment_method_types. The customer_balance payment method type must be enabled in your Stripe account settings. Use this when you need to apply funds from a customer's cash balance account to complete or partially fund a PaymentIntent.

Archive billing alert

Tool to archive a billing alert in Stripe, removing it from list views and APIs. Use when you need to permanently archive a billing alert. This action is non-reversible.

Attach feature to product

Tool to attach a feature to a product. Use when you need to add a feature to a product's capabilities. This creates a product_feature object linking the feature to the product.

Attach payment method to customer

Attaches a PaymentMethod to a Customer. Use when you need to save a payment method for future use with a specific customer. The PaymentMethod must be in a detached state before attaching.

Attach payment to invoice

Attaches a PaymentIntent or Out of Band Payment to an invoice's payments list. When the PaymentIntent status changes to succeeded, the payment is credited to the invoice. Use when you need to associate an existing payment with a specific invoice.

Attach source to customer

Attach a payment source (card token or source object) to a customer for future charges. IMPORTANT: This is a legacy API. For new integrations, use the PaymentMethods API instead (STRIPE_ATTACH_PAYMENT_METHOD). The source parameter accepts: - Card tokens (tok_xxxx) created client-side via Stripe.js or mobile SDKs - Source objects (src_xxxx) for alternative payment methods NOTE: PaymentMethod objects (pm_xxxx) cannot be used with this endpoint. Use STRIPE_ATTACH_PAYMENT_METHOD for those. In test mode, you can use test tokens like 'tok_visa'. In live mode, tokens must be created client-side for PCI compliance.

Triggers

These are the trigger events currently available for Stripe.

Charge Failed Trigger

Triggered when a direct charge fails in Stripe's legacy Charges API

Checkout Session Completed Trigger

Triggered when a checkout session is completed in Stripe

Invoice Payment Succeeded Trigger

Triggered when an invoice payment is successful in Stripe

Payment Intent Failed Trigger

Triggered when a payment intent fails in Stripe

Product Created Trigger

Triggered when a product is created in Stripe

Subscription Added Trigger

Triggered when a subscription is added in Stripe

Subscription Deleted Trigger

Triggered when a subscription is deleted in Stripe