# Stripe - New objects trigger (batch)
This trigger periodically checks for new objects in Stripe and retrieves them in batches. Supported objects are:
- Accounts
- Application fees
- Balance transactions
- Charges
- Customers
- Events
- File links
- Files
- Invoice items
- Invoices
- Payment intents
- Payouts
- Refunds
- Setup attempts
- Setup intents
# Input
- Object
- Select the object that you plan to monitor.
- When first started, this recipe should pick up events from
- Specify a date and time to pick up existing charges when starting the recipe for the first time. This value remains unchanged after you run or test the recipe.
- Batch size
- Specify the maximum number of records to retrieve per trigger event. The minimum is 1 and the maximum is 100. This field defaults to 100 if unspecified.
# Output
The output of this action is a datatree that contains information about the Stripe object (opens new window) selected.
Last updated: 5/3/2024, 3:39:58 PM