Field | Type | Required | Description | Example |
---|---|---|---|---|
account_id |
str | ✔️ | Unique identifier for this account. | c520f1b9-0ba7-42f5-b977-248cdbe41c69 |
mode |
components.Mode | ✔️ | The operating mode for an account. | production |
account_type |
components.AccountType | ✔️ | The type of entity represented by this account. | business |
display_name |
str | ✔️ | N/A | Whole Body Fitness |
profile |
components.Profile | ✔️ | Describes a Moov account profile. A profile will have a business or an individual, depending on the account's type. | |
metadata |
Dict[str, str] | ➖ | Free-form key-value pair list. Useful for storing information that is not captured elsewhere. | { "optional": "metadata" } |
terms_of_service |
Optional[components.TermsOfService] | ➖ | Describes the acceptance of the Terms of Service. | |
capabilities |
List[components.AccountCapability] | ➖ | N/A | |
verification |
components.Verification | ✔️ | Describes identity verification status and relevant identity verification documents. | |
foreign_id |
Optional[str] | ➖ | Optional alias from a foreign/external system which can be used to reference this resource. | |
customer_support |
Optional[components.CustomerSupport] | ➖ | User-provided information that can be displayed on credit card transactions for customers to use when contacting a customer support team. This data is only allowed on a business account. |
|
settings |
Optional[components.Settings] | ➖ | User provided settings to manage an account. | |
created_on |
date | ✔️ | N/A | 2024-05-06T12:20:38.184Z |
updated_on |
date | ✔️ | N/A | 2024-05-06T12:20:38.184Z |
disconnected_on |
date | ➖ | N/A | 2024-05-06T12:20:38.184Z |