Verifone · Schema

VmssApplication

VmssApplication from Verifone Order API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
visaStatus object
visaMatches object
mcdStatus object
mcdMatches object
mcdTransactionReference string Reference to the status check to mastercard
View JSON Schema on GitHub

JSON Schema

order-service-api-vmssapplication.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-vmssapplication.json",
  "title": "VmssApplication",
  "description": "VmssApplication from Verifone Order API",
  "type": "object",
  "properties": {
    "visaStatus": {
      "$ref": "#/components/schemas/VmssSchemeStatus"
    },
    "visaMatches": {
      "$ref": "#/components/schemas/VmssSchemeMatches"
    },
    "mcdStatus": {
      "$ref": "#/components/schemas/VmssSchemeStatus"
    },
    "mcdMatches": {
      "$ref": "#/components/schemas/VmssSchemeMatches"
    },
    "mcdTransactionReference": {
      "type": "string",
      "description": "Reference to the status check to mastercard"
    }
  }
}