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 e-mail address or if the account is enabled yet to make live charges.

Some properties, marked below, are available only to platforms that want to create and manage Express or Custom accounts.