PaginatedTerminals
Paginated terminals response payload.
- limitType: integer · Limitrequired
Maximum items returned in this page
- offsetType: integer · Offsetrequired
Number of items skipped before this page
- pageType: integer · Pagerequired
Current page number (1-indexed)
- terminalsType: array object[] · Terminalsrequired
List of terminal configurations
- accountType: string · Account Id
_id required - 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
- midType: string · Midrequired
- nameType: string · Namerequired
- processorType: string · Processor Config Id
_config _id required - terminalType: string · Terminal Id
_id required - tidType: string · Tidrequired
- agentType: string | null · Agent Bank Number
_bank _number - binType: string | null · Bin
- countryType: string | null · Country Code
_code - currencyType: string | null · Currency Code
_code - 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
- descriptionType: string | null · Description
- merchantType: string | null · Merchant Category Code
_category _code - merchantType: string | null · Merchant Name
_name - serialType: string | null · Serial Number
_number - statusType: string · TerminalStatusenumvalues
- active
- inactive
- blocked
- surchargeType: number | null · Surcharge Rate
_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.
- terminalType: string | null · Terminal Capability
_capability - transactionsType: array object[] · Transactions
Model to represent a transaction
- 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
- varType: object | null · Var Sheet
_sheet Processor-specific configuration (e.g., TSYS VAR sheet data)
- vidType: string | null · Vid
- totalType: integer · Totalrequired
Total number of terminals available

