# Stripe - New object event trigger (real-time)

REQUIRES API KEY AUTHENTICATION

This real-time trigger only works if you connect to Stripe using API key authentication method.

This trigger checks for new events related to specified objects in Stripe, in real time. Supported objects are:

  • Account
  • Application fee
  • Capability
  • Charge
  • Customer
  • Dispute
  • File
  • Invoice
  • Invoice item
  • Payment intent
  • Payout
  • Refund
  • Setup intent

# Input

Object
Select the object that you plan to monitor.
Events to monitor
Select the events that you plan to monitor.

# Output

The output of this action is a data tree containing information about the Stripe event (opens new window) related to the selected object.


Last updated: 5/10/2024, 2:55:49 AM

On this page