Class Account

All Implemented Interfaces:
HasId, MetadataStore<Account>, PaymentSource, StripeActiveObject, StripeObjectInterface

public class Account extends ApiResource implements MetadataStore<Account>, PaymentSource
This is an object representing a Stripe account. You can retrieve it to see properties on the account like its current requirements or if the account is enabled to make live charges or receive payouts.

For accounts where controller.requirement_collection is application, which includes Custom accounts, the properties below are always returned.

For accounts where controller.requirement_collection is stripe, which includes Standard and Express accounts, some properties are only returned until you create an Account Link or Account Session to start Connect Onboarding. Learn about the differences between accounts.