# 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
Input field | Description |
---|---|
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. Learn more about this input field. |
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: 8/28/2024, 8:43:06 PM