Retrieve Stripe charges via simple webhooks

Need charge history for a customer or date range? Instead of logging into Stripe and digging through records, send Notis a webhook and get the charge list instantly. Programmatic access without the complexity.

Trigger

Webhook received

Notis starts this workflow when an external tool or custom backend sends an HTTP request.

Stripe logo

Action

List Charges

Retrieves a list of stripe charges with filtering and pagination; use valid cursor ids from previous responses for pagination, and note that charges are typically returned in reverse chronological order.

Why this helps

Charge lookups require manual Stripe navigation or building custom Stripe API integrations. Simple queries shouldn't need API code or manual work.

  • Retrieve charges via a simple HTTP request—no Stripe API code needed
  • Integrate charge lookup into custom workflows or scripts
  • Get charge history instantly without logging into Stripe
  • Charge data is retrieved programmatically, ready for downstream processing

Setup

Build it in a few focused steps.

  • 1Connect Stripe to Notis.
  • 2Create automation: 'When I send a webhook with customer ID, retrieve that customer's charges from Stripe.'
  • 3Notis will give you a webhook URL to call.
  • 4Document what data you'll send in the webhook (customer ID, date range, etc.).
  • 5Test by sending a webhook request from Postman or a custom script and checking the charge list response.

Questions about this workflow

Can I filter charges by date, status, or amount?

Yes. Include filters in your webhook request (e.g., 'charges after 2024-01-01' or 'status=succeeded'). Notis will apply them when querying Stripe.

What format does the response come in?

Notis returns charge data as JSON. You can configure the response format to match your needs.

Can I paginate results if there are many charges?

Yes. Notis supports pagination in the response, so you can retrieve large charge lists without overwhelming your system.

When this happens · Trigger

Do this · Action

Supported Triggers and Actions

Notis builds workflows that link Linear to Stripe. A trigger fires from one place; an action lands in another.

Linear logo

Linear triggers

Stripe logo

Stripe actions

Comment Received Trigger

Triggered when a comment is received.

TriggerInstant

Cancel subscription

Cancels a customer's active stripe subscription at the end of the current billing period, with options to invoice immediately for metered usage and prorate charges for unused time.

ActionInstant

Issue Created Trigger

Triggered when a new issue is created.

TriggerInstant

Confirm payment intent

Confirms a stripe paymentintent to finalize a payment; a `return url` is necessary if the payment method requires customer redirection.

ActionInstant

Issue Updated Trigger

Triggered when an issue is updated. For example labels are changed, issue status is changed, etc.

TriggerInstant

Create Customer

Creates a new customer in stripe, required for creating charges or subscriptions; an email is highly recommended for customer communications.

ActionInstant

Private Team Comment Created

Fires when a new comment is posted on an issue in a private Linear team (polled with the connected user's token).

TriggerPolling

Create an invoice

Creates a new draft stripe invoice for a customer; use to revise an existing invoice, bill for a specific subscription (which must belong to the customer), or apply detailed customizations.

ActionInstant

Private Team Issue Created

Fires when a new issue appears in a private Linear team (polled with the connected user's token).

TriggerPolling

Create payment intent

Creates a stripe paymentintent to initiate and process a customer's payment; using `application fee amount` for a connected account requires the `stripe-account` header.

ActionInstant

Private Team Issue Properties Updated

Fires when properties on an issue change in a private Linear team (polled with the connected user's token).

TriggerPolling

Create a price

Creates a new stripe price for a product, defining its charges (one-time or recurring) and billing scheme; requires either an existing `product` id or `product data`.

ActionInstant

Project Created

Fires when a new Linear project is created. Covers projects in both public and private teams — polls with the connected user's token, so visibility matches what the connected user can see in Linear.

TriggerPolling

Create product

Creates a new product in stripe, encoding the request as `application/x-www-form-urlencoded` by flattening nested structures.

ActionInstant

Project Properties Updated

Fires when properties on a Linear project change (status, lead, target date, priority, etc.). Covers projects in both public and private teams — polls with the connected user's token.

TriggerPolling

Create Refund

Creates a full or partial refund in stripe, targeting either a specific charge id or a payment intent id.

ActionInstant

Connect any two apps with Notis in the middle.

Not just Linear and Stripe. Any combination from 985+ integrations.

When this happens · Trigger

Do this · Action

Save your first hour today.

7 days free trial with 20$ free usage included.
No card. Works with personal or business Stripe.