AccountBase
- Type: object · Address
address required- Type: string · City
city required - Type: string · State
state required - Type: string · Street Line1
street _line1 required - Type: string · Zip
zip required - Type: string · Street Line2
street _line2
- Type: string · Created AtFormat: date-time
created _at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: string · Description
description required - Type: string · Id
id required - Type: string · Name
name required - Type: string · AccountTypeenum
type requiredvaluesadmin psp partner merchant
- Type: array string[] · Available Processor Configs
available _processor _configs - Type: string | null · Deleted AtFormat: date-time
deleted _at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: boolean · Has Access To Apple Config
has _access _to _apple _config - Type: boolean · Has Access To Mms
has _access _to _mms - Type: string | null · Mcc
mcc - Type: string | null · Organization Id
organization _id - Type: array string[] · Parent Account Ids
parent _account _ids - Type: string · AccountStatusenum
status valuesactive inactive blocked
- Type: number | null · Surcharge Rate
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.
- Type: string | null · Tax Id
tax _id - Type: string | null · Updated AtFormat: date-time
updated _at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

