# Stripe - List objects (batch) action

This action retrieves a list containing the details of an object in Stripe. You can apply search criteria to refine the results. Supported objects are:

  • Accounts
  • Application fees
  • Balance transactions
  • Capabilities
  • Charges
  • Customers
  • Disputes
  • Events
  • File links
  • Files
  • Invoice items
  • Invoices
  • Payment intents
  • Payouts
  • Refunds
  • Setup attempts
  • Setup intents

# Input

Object
Select the object that you plan to retrieve.
Date created (filter)
Specify values to filter charges based on their created date.
Ending before
Provide a record ID for pagination to fetch records preceding it in the sorted order.
Starting after
Provide a record ID for pagination to fetch records following it in the sorted order.
Limit
Limit the number of records to retrieve. The minimum value is 1 and the maximum value is 100. This field defaults to 10 if unspecified.

# Output

The output of this action is a list of data trees that contain information about the selected Stripe object (opens new window).


Last updated: 5/3/2024, 3:39:58 PM

On this page