Verifone · Schema

Report status enumeration

The status of the report will be in one of the following states.

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

reporting-api-reportstatusenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/reporting-api-reportstatusenum.json",
  "title": "Report status enumeration",
  "description": "The status of the report will be in one of the following states.",
  "type": "string",
  "enum": [
    "INITIATED",
    "INVALID_INPUT_PARAMETERS",
    "PROCESSING_STARTED",
    "FAILED",
    "SUCCESSFUL"
  ]
}