AccountBase

  • address
    Type: object · Address
    required
    • city
      Type: string · City
      required
    • state
      Type: string · State
      required
    • street_line1
      Type: string · Street Line1
      required
    • zip
      Type: string · Zip
      required
    • street_line2
      Type: string · Street Line2
  • created_at
    Type: string · Created AtFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • description
    Type: string · Description
    required
  • id
    Type: string · Id
    required
  • name
    Type: string · Name
    required
  • type
    Type: string · AccountTypeenum
    required
    values
    • admin
    • psp
    • partner
    • merchant
  • available_processor_configs
    Type: array string[] · Available Processor Configs
  • deleted_at
    Type: string | null · Deleted AtFormat: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • has_access_to_apple_config
    Type: boolean · Has Access To Apple Config
  • has_access_to_mms
    Type: boolean · Has Access To Mms
  • mcc
    Type: string | null · Mcc
  • organization_id
    Type: string | null · Organization Id
  • parent_account_ids
    Type: array string[] · Parent Account Ids
  • status
    Type: string · AccountStatusenum
    values
    • active
    • inactive
    • blocked
  • surcharge_rate
    Type: number | null · Surcharge Rate

    Surcharge percentage (e.g., 3.5 for 3.5%). Setting to null disables automatic surcharge logic. Setting to 0 means surcharges will NEVER be applied unless explicitly overridden.

  • tax_id
    Type: string | null · Tax Id
  • updated_at
    Type: string | null · Updated AtFormat: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z