AccountCreateRequest
Request to create an Account
- businessType: object · BusinessProfile
_profile - annualType: object · AnnualRevenue
_revenue The business's annual revenue.
- estimatedType: integer | null Format: int32
_worker _count The estimated number of workers in the business.
- mccType: string | null
Merchant Category Code
- monthlyType: object · MonthlyEstimatedRevenue
_estimated _revenue The business's estimated monthly revenue.
- nameType: string | null
The business name.
- productType: string | null
_description A description of the products or services the business provides.
- support
_address The customer's address.
- supportType: string | null
_email The support email for the business.
- supportType: string | null
_phone The support phone number for the business.
- supportType: string | null
_url The support URL for the business.
- urlType: string | null
The business website.
- businessType: string | null · BusinessTypeenum
_type The business type.
values- company
- individual
- non
_profit
- companyType: object · CompanyUpdate
Company fields accepted when creating or updating an account.
- addressnullable
The customer's address.
- directorsType: boolean
_provided Whether the company's directors have been provided.
- executivesType: boolean
_provided Whether the company's executives have been provided.
- nameType: string | null
The legal name of the company.
- ownersType: boolean
_provided Whether the company's owners have been provided.
- phoneType: string | null
The official business phone for verification and compliance.
- registrationType: object · RegistrationDatenullable
_date The date on which the company was incorporated or registered.
- registrationType: string | null
_number The company's registration number.
- structureType: string · CompanyStructureenumnullable
The structure of the company.
values- multi
_member _llc - private
_corporation - private
_partnership - public
_corporation - public
_partnership
- taxType: string | null
_id The company's tax identifier, as appropriate for its country.
- taxType: string | null
_id _registrar The jurisdiction in which the tax ID is registered.
- vatType: string | null
_id The company's VAT number.
- countryType: string
- defaultType: string · CurrencyCode
_currency ISO 4217 currency codes (alpha3) supported for payments
- detailsType: boolean
_submitted - emailType: string
- livemodeType: boolean
Creates the account in live mode when
true, or test mode whenfalse. - 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.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
- tosType: object · tos_acceptance_specs
_acceptance Evidence of a declaration with timestamp, IP, and user agent
- dateType: string Format: date-time
The date and time when the declaration was made
- ipType: string
The IP address from which the declaration was made
- serviceType: string
_agreement max length:100 - userType: string
_agent The user agent of the browser/client making the declaration
- typeType: string · AccountTypeenum
The connected account type.
values- custom
The platform controls the connected account's integration and user experience.
- express
The account uses a Paypercut-assisted connected-account experience.
- standard
The account has direct access to its Paypercut account experience.

