AccountCreateRequest
- Type: object
Request to create an Account
- Type: object · BusinessProfile
business _profile - Type: string | null · BusinessTypeenum
business _type The business type.
valuescompany individual non _profit
- Type: object · Company
company Information about the company or business.
- Type: string
country max length:100The account's country.
- Type: string · CurrencyCode
default _currency Three-letter ISO currency code representing the default currency for the account.
- Type: boolean
details _submitted Whether 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.
- Type: string | null
email The email address of the account holder. This is only to make the account easier to identify to you.
- Type: boolean
livemode Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. 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.- Type: string
property Name
- Type: object · AccountRequirements
requirements - Type: object · tos_acceptance_specs
tos _acceptance Details on the account's acceptance of the Paypercut Services Agreement.
- Type: stringenum
type The type of account to create. May be one of
custom,expressorstandard.valuesstandard custom express

