Verifone · Schema

SchemeToken

This object is returned only if scheme_tokens were created already or scheme_token_action indicated creation (ACTIVATE) of new or suspension (SUSPEND) or deletion () of existing scheme tokens. Scheme token details are provided only if the token requestor is the Merchant, otherwise just the scheme_token_status is returned.

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
network_token string Card scheme token. Will be received only if a valid Token Requestor ID is stored on your account.
status string The status of the cardholder data token.
expiry_month integer Network tokens' expiry date's month . A 2 digit value. ISO8583 - DE 14
expiry_year integer Network tokens' expiry date's year. A 4 digit value.
payment_account_reference string Payment Account Reference
View JSON Schema on GitHub

JSON Schema

ecommerce-api-schemetoken.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-schemetoken.json",
  "title": "SchemeToken",
  "description": "This object is returned only if scheme_tokens were created already or scheme_token_action indicated creation (ACTIVATE) of new or suspension (SUSPEND) or deletion () of existing scheme tokens. Scheme token details are provided only if the token requestor is the Merchant, otherwise just the scheme_token_status is returned.",
  "type": "object",
  "properties": {
    "network_token": {
      "type": "string",
      "minLength": 12,
      "maxLength": 16,
      "description": "Card scheme token. Will be received only if a valid Token Requestor ID is stored on your account."
    },
    "status": {
      "type": "string",
      "title": "Token Status Type",
      "enum": [
        "VALID",
        "SUSPENDED",
        "DELETED"
      ],
      "description": "The status of the cardholder data token."
    },
    "expiry_month": {
      "type": "integer",
      "minimum": 12,
      "description": "Network tokens' expiry date's month\n. A 2 digit value. ISO8583 - DE 14"
    },
    "expiry_year": {
      "type": "integer",
      "minimum": 9999,
      "description": "Network tokens' expiry date's year. A 4 digit value."
    },
    "payment_account_reference": {
      "type": "string",
      "maxLength": 50,
      "description": "Payment Account Reference"
    }
  }
}

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/ecommerce-api-schemetoken"
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.