Verifone · Schema

processing_model_details

processing_model_details from Checkout API

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
processing_model string
* RECURRING - allows only for RECURRING subsequent charges to be done.
* NONE - does not specify what is the type of subsequent charges. Only allows CREDENTIAL_ON_FILE and UNSCHEDULED_CR
total_payment_number integer Total number of payments for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING
total_payment_amount integer Total amount for all the payments in the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING
first_payment_amount integer Amount of first payment for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING
payment_frequency object
merchant_signup_code string Merchant signup code for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=NONE
View JSON Schema on GitHub

JSON Schema

checkout-api-processing_model_details.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/checkout-api-processing_model_details.json",
  "title": "processing_model_details",
  "description": "processing_model_details from Checkout API",
  "required": [
    "processing_model"
  ],
  "type": "object",
  "properties": {
    "processing_model": {
      "type": "string",
      "description": "<br />  * RECURRING - allows only for RECURRING subsequent charges to be done. <br />  * NONE - does not specify what is the type of subsequent charges. Only allows CREDENTIAL_ON_FILE and UNSCHEDULED_CREDENTIAL_ON_FILE charges. <br />  * If it is RECURRING for SIGNUP should be RECURRING FOR CHARGE TOO. <br />  * If it is NONE for SIGNUP should be CREDENTIAL_ON_FILE or UNSCHEDULED_CREDENTIAL_ON_FILE FOR CHARGE.",
      "enum": [
        "RECURRING",
        "NONE"
      ]
    },
    "total_payment_number": {
      "maximum": 9007199254740991,
      "minimum": 0,
      "type": "integer",
      "description": "Total number of payments for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING"
    },
    "total_payment_amount": {
      "maximum": 9007199254740991,
      "minimum": 0,
      "type": "integer",
      "description": "Total amount for all the payments in the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING"
    },
    "first_payment_amount": {
      "maximum": 9007199254740991,
      "minimum": 0,
      "type": "integer",
      "description": "Amount of first payment for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING"
    },
    "payment_frequency": {
      "$ref": "#/components/schemas/payment_frequency"
    },
    "merchant_signup_code": {
      "type": "string",
      "description": "Merchant signup code for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=NONE"
    }
  }
}

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/checkout-api-processing_model_details"
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.