# Stripe - Get object by ID action

This action retrieves the details of a specified object type by its ID in Stripe. Supported objects are:

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

# Input

Object
Select the object that you plan to list.
Object ID
Provide the ID of the selected object to retrieve its data.

# Output

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


Last updated: 5/3/2024, 3:41:34 PM

On this page