Verifone · Schema

ProcessingModelDetailsDto

ProcessingModelDetailsDto from Verifone eCommerce API

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
total_payment_number number Total paymant Number.
total_payment_amount number total Payment Amount.
first_payment_amount number first Payment Amount.
payment_frequency object
processing_model string Processing model to use for COF transaction. Refer to the card integration guide for more information on the usage.
merchant_signup_code string A pre-defined signup code between the merchant and the acquirer.
current_payment_number number The current number of recurring payments.
amount_fixed boolean Set `true` to indicate that recurring charges are of the same amount (often used for subscriptions), and set `false` to indicate variable amount between charges (often used for standing orders with fi
View JSON Schema on GitHub

JSON Schema

ecommerce-api-processingmodeldetailsdto.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-processingmodeldetailsdto.json",
  "title": "ProcessingModelDetailsDto",
  "description": "ProcessingModelDetailsDto from Verifone eCommerce API",
  "type": "object",
  "properties": {
    "total_payment_number": {
      "type": "number",
      "description": "Total paymant Number."
    },
    "total_payment_amount": {
      "type": "number",
      "description": "total Payment Amount."
    },
    "first_payment_amount": {
      "type": "number",
      "description": "first Payment Amount."
    },
    "payment_frequency": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaymentFrequency"
        }
      ]
    },
    "processing_model": {
      "type": "string",
      "enum": [
        "UNSCHEDULED_CREDENTIAL_ON_FILE",
        "CREDENTIAL_ON_FILE",
        "RECURRING",
        "NONE",
        "REAUTHORIZATION"
      ],
      "description": "Processing model to use for COF transaction. Refer to the card integration guide for more information on the usage."
    },
    "merchant_signup_code": {
      "type": "string",
      "description": "A pre-defined signup code between the merchant and the acquirer."
    },
    "current_payment_number": {
      "type": "number",
      "description": "The current number of recurring payments."
    },
    "amount_fixed": {
      "type": "boolean",
      "default": false,
      "description": "Set `true` to indicate that recurring charges are of the same amount (often used for subscriptions), and set `false` to indicate variable amount between charges (often used for standing orders with fixed schedule)."
    }
  },
  "required": [
    "processing_model"
  ]
}

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-processingmodeldetailsdto"
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.