Verifone · Schema

NotificationReminder

Notification Reminder Sent Details

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
lastNotificationSentDateTime string Date and Time of the last notification sent. Defaulted to `createdDateTime` on first saved order.
notificationCount integer Number of notifications sent. -1 = Unsubscribed, or 1, 2, 3 as per the notification sent.
templateName string NotificationTemplate Name used, e.g. `T650P_WELCOME`
notifications array List of notifications, each with the date-time sent and the template used.
View JSON Schema on GitHub

JSON Schema

order-service-api-notificationreminder.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-notificationreminder.json",
  "title": "NotificationReminder",
  "description": "Notification Reminder Sent Details",
  "type": "object",
  "properties": {
    "lastNotificationSentDateTime": {
      "description": "Date and Time of the last notification sent. Defaulted to `createdDateTime` on first saved order.",
      "type": "string",
      "format": "date-time"
    },
    "notificationCount": {
      "description": "Number of notifications sent. -1 = Unsubscribed, or 1, 2, 3 as per the notification sent.",
      "type": "integer"
    },
    "templateName": {
      "description": "NotificationTemplate Name used, e.g. `T650P_WELCOME`",
      "type": "string"
    },
    "notifications": {
      "description": "List of notifications, each with the date-time sent and the template used.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Notification"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/order-service-api-notificationreminder"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.