Verifone · Schema

TransactionLimits

TransactionLimits from Verifone Order API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
maxAmountPurchase object
maxAmountRefundCashier object
maxAmountRefundManager object
maxAmountRefundPerSettlement object
maxAmountCashout object
View JSON Schema on GitHub

JSON Schema

order-service-api-transactionlimits.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-transactionlimits.json",
  "title": "TransactionLimits",
  "description": "TransactionLimits from Verifone Order API",
  "type": "object",
  "properties": {
    "maxAmountPurchase": {
      "$ref": "#/components/schemas/AmountSimple"
    },
    "maxAmountRefundCashier": {
      "$ref": "#/components/schemas/AmountSimple"
    },
    "maxAmountRefundManager": {
      "$ref": "#/components/schemas/AmountSimple"
    },
    "maxAmountRefundPerSettlement": {
      "$ref": "#/components/schemas/AmountSimple"
    },
    "maxAmountCashout": {
      "$ref": "#/components/schemas/AmountSimple"
    }
  }
}