Class Account

All Implemented Interfaces:
HasId, MetadataStore<Account>, PaymentSource, 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 for a Standard or Express account, some parameters are no longer returned. These are marked as Custom Only or Custom and Express below. Learn about the differences between accounts.