Search Stripe customers
Retrieves a list of Stripe customers matching a search query that adheres to Stripe's search query language.
Allow agents to pull revenue metrics and automate billing workflows with your Stripe account
Retrieves a list of Stripe customers matching a search query that adheres to Stripe's search query language.
Updates a Stripe PaymentIntent; if currency is updated, amount might be required. Some updates can require customer re-confirmation.
Updates an existing, non-canceled Stripe subscription by id; ensure referenced entity ids (prices, coupons) are valid and automatic tax is set correctly if enabled.
Confirms a Stripe PaymentIntent to finalize a payment; a return_url is needed if the payment method requires customer redirection.
Retrieves a list of Stripe charges with filtering and pagination; results are typically reverse chronological.
Retrieves a list of discount coupons from a Stripe account, supporting pagination via limit, starting_after, and ending_before.
Retrieves a list of Stripe customers with optional filters (email, creation date, test clock) and pagination.
Retrieves a list of Stripe invoices; filter by various criteria and paginate using invoice id cursors.
Retrieves a list of Stripe PaymentIntents, optionally filtered and paginated using PaymentIntent id cursors.
Retrieves a list of Stripe products with optional filtering and pagination; cursors must be valid product ids.
Retrieves a list of Stripe subscriptions; supports filters (customer, price, status, collection method, date ranges) and pagination.
Retrieves a paginated list of globally available, predefined Stripe tax codes used for classifying products and services.