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 Custom accounts, the properties below are always returned. For other accounts, some properties are returned until that account has started to go through Connect Onboarding. Once you create an Account Link or Account Session, some properties are only returned for Custom accounts. Learn about the differences between accounts.