AccountBase
- addressType: object · Addressrequired
- cityType: string · Cityrequired
- stateType: string · Staterequired
- streetType: string · Street Line1
_line1 required - zipType: string · Ziprequired
- streetType: string · Street Line2
_line2
- createdType: string · Created AtFormat: date-time
_at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- descriptionType: string · Descriptionrequired
- idType: string · Idrequired
- nameType: string · Namerequired
- typeType: string · AccountTypeenumrequiredvalues
- psp
- partner
- merchant
- availableType: array string[] · Available Processor Configs
_processor _configs - deletedType: string | null · Deleted AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- hasType: boolean · Has Access To Apple Config
_access _to _apple _config - mccType: string | null · Mcc
- organizationType: string | null · Organization Id
_id - parentType: array string[] · Parent Account Ids
_account _ids - statusType: string · AccountStatusenumvalues
- active
- inactive
- blocked
- surchargeType: string | null · Surcharge Basis
_basis What the surcharge is calculated on. Resolved most-specific-first: terminal, then location, then account. A null at the terminal or location level inherits from the level above; a null at the account level leaves it unset.
- surchargeType: boolean | null · Surcharge Confirmation Required
_confirmation _required Whether the cardholder must confirm the surcharge before the sale proceeds. When true, sale/preauth returns a surcharge-pending state that must be confirmed before the transaction completes. Resolved most-specific-first: terminal, then location, then account. A null at the terminal or location level inherits from the level above; a null at the account level defaults to no confirmation.
- surchargeType: number | null · Surcharge Rate
_rate Surcharge percentage (e.g., 3.5 for 3.5%). Resolved most-specific-first: terminal, then location, then account. A null at the terminal or location level inherits the value from the level above; a null at the account (root) level disables automatic surcharge logic (no surcharge is applied). 0 means surcharges are never applied unless explicitly overridden.
- taxType: string | null · Tax Basis
_basis What the tax is calculated on. Resolved most-specific-first: terminal, then location, then account. A null at the terminal or location level inherits from the level above; a null at the account level leaves it unset.
- taxType: string | null · Tax Id
_id - taxType: number | null · Tax Rate
_rate Tax percentage (e.g., 8.25 for 8.25%). Resolved most-specific-first: terminal, then location, then account. A null at the terminal or location level inherits from the level above; a null at the account level disables tax defaults.
- updatedType: string | null · Updated AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

