Account
- Type: object · Account
This is an object representing an 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.
- idType: stringmax length:100required
Unique identifier for the object.
- createdType: string Format: date-timerequired
Time at which the account was connected. Measured in seconds since the Unix epoch.
- paymentsType: boolean
_enabled requiredWhether this account can currently accept payments.
- typeType: string enumrequired
The type of account to create. May be one of
custom,expressorstandard.values- standard
- custom
- express
- payoutsType: boolean
_enabled requiredWhether this account can currently receive payouts.
- countryType: stringmax length:100required
The account's country.
- defaultType: string · CurrencyCode
_currency requiredThree-letter ISO currency code representing the default currency for the account.
- emailType: string | nullrequired
The email address of the account holder. This is only to make the account easier to identify to you.
- detailsType: boolean
_submitted requiredWhether account details have been submitted. Accounts with Paypercut Dashboard access, which includes Standard accounts, cannot receive payouts before this is true. Accounts where this is false should be directed to an onboarding flow to finish submitting account details.
- capabilitiesType: object · AccountCapabilitiesnullablerequired
Current status of the capabilities available to this account.
- livemodeType: booleanrequired
Has the value
trueif the account exists in live mode orfalseif it exists in test mode. - requirementsType: object · AccountRequirementsrequired
Outstanding account and capability requirements. Values in the requirement arrays are field paths, such as
details_submitted,company.name, orexternal_accounts. Provide the referenced account information and inspect associated Persons for any person-specific requirements. - businessType: object · BusinessProfile
_profile required - businessType: string | null · BusinessTypeenum
_type requiredThe business type.
values- company
- individual
- non
_profit
- companyType: object · Companyrequired
Information about the company or business.
- tosType: object · tos_acceptance_specs
_acceptance requiredDetails on the account's acceptance of the Paypercut Services Agreement.
- externalType: object | null · ExternalAccountCollection
_accounts requiredExternal accounts (bank accounts) currently attached to this account. External accounts are only returned for requests where the
expand[]parameter is set toexternal_accountsand the controller has the permission to access the external account.. - metadatarequired
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.- propertyType: string
Name

