AccountCreateRequest

  • Type: object

    Request to create an Account

    • type
      Type: stringenum

      The type of account to create. May be one of custom, express or standard.

      values
      • standard
      • custom
      • express
    • country
      Type: string
      max length:  
      100

      The account's country.

    • default_currency
      Type: string

      Three-letter ISO currency code representing the default currency for the account.

    • email
      Type: string | null

      The email address of the account holder. This is only to make the account easier to identify to you.

    • details_submitted
      Type: boolean

      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.

    • requirements
      Type: object · AccountRequirements
    • business_profile
      Type: object
    • business_type
      Type: string | nullenum

      The business type.

      values
      • company
      • individual
      • non_profit
    • company
      Type: object

      Information about the company or business.

    • tos_acceptance
    • 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.

      • propertyName
        Type: string
    • livemode
      Type: boolean

      Has the value true if the object exists in live mode or the value false if the object exists in test mode.