Verifone · Schema
CardProductSurcharge
Surcharging settings
PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel
Properties
| Name | Type | Description |
|---|---|---|
| ProductId | string | Link to the card product which this surcharge applies to. Contact Verifone for card products applicable to your estate. |
| SurchargeType | string | Surcharge Type (Domestic) 0 - Not configured 1 - Fixed Amount 2 - Percentage |
| SurchargeValue | string | Specifies the value of the surcharge depending on the surcharge type. Can be a fixed value (eg 2.5 = $2.50) or a percentage (eg 1.2 = 1.2%). |
| MaxSurchargeAdjAmount | string | Applicable only when Surcharge Type is Percentage. Amount is in default Terminal currency, represented as a decimal number. Specifies the maximum surcharge amount; if the calculated surcharge is above |
| MinSurchargeAdjAmount | string | Applicable only when Surcharge Type is Percentage. Amount is in default Terminal currency, represented as a decimal number. Specifies the minimum surcharge amount; if the calculated surcharge is below |
| MaxSurchargeableAmount | string | Amount is in default Terminal currency, represented as a decimal number. When the transaction amount is above this maximum, no surcharge will be applied. |
| MinSurchargeableAmount | string | Amount is in default Terminal currency, represented as a decimal number. When the transaction amount is below this minimum, no surcharge will be applied. |
| UseDomesticConfigForInternational | string | When enabled (true), surcharging of transactions that utilize international payment methods follows the surcharge parameter settings and rules as defined for domestic payment methods; and the internat |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-cardproductsurcharge.json",
"title": "CardProductSurcharge",
"description": "Surcharging settings",
"type": "object",
"properties": {
"ProductId": {
"type": "string",
"description": "Link to the card product which this surcharge applies to. Contact Verifone for card products applicable to your estate.",
"pattern": "^.*$",
"minLength": 0,
"maxLength": 150
},
"SurchargeType": {
"description": "Surcharge Type (Domestic)\n\n0 - Not configured\n\n1 - Fixed Amount\n\n2 - Percentage",
"type": "string",
"minLength": 1,
"maxLength": 1,
"pattern": "[0-2]"
},
"SurchargeValue": {
"description": "Specifies the value of the surcharge depending on the surcharge type. Can be a fixed value (eg 2.5 = $2.50) or a percentage (eg 1.2 = 1.2%).",
"type": "string",
"minLength": 1,
"maxLength": 150,
"pattern": "^[0-9]+(\\.[0-9]{1,2})?$"
},
"MaxSurchargeAdjAmount": {
"description": "Applicable only when Surcharge Type is Percentage. Amount is in default Terminal currency, represented as a decimal number. Specifies the maximum surcharge amount; if the calculated surcharge is above this value, the Surcharge Max Adjustment amount will be applied instead.",
"type": "string",
"minLength": 1,
"maxLength": 15,
"pattern": "^[0-9]+(\\.[0-9]{1,2})?$",
"default": "0"
},
"MinSurchargeAdjAmount": {
"description": "Applicable only when Surcharge Type is Percentage. Amount is in default Terminal currency, represented as a decimal number. Specifies the minimum surcharge amount; if the calculated surcharge is below this value, the Surcharge Min Adjustment amount will be applied instead.",
"type": "string",
"minLength": 1,
"maxLength": 15,
"pattern": "^[0-9]+(\\.[0-9]{1,2})?$",
"default": "0"
},
"MaxSurchargeableAmount": {
"description": "Amount is in default Terminal currency, represented as a decimal number. When the transaction amount is above this maximum, no surcharge will be applied.",
"type": "string",
"minLength": 1,
"maxLength": 15,
"pattern": "^[0-9]+(\\.[0-9]{1,2})?$",
"default": "0"
},
"MinSurchargeableAmount": {
"description": "Amount is in default Terminal currency, represented as a decimal number. When the transaction amount is below this minimum, no surcharge will be applied.",
"type": "string",
"minLength": 1,
"maxLength": 15,
"pattern": "^[0-9]+(\\.[0-9]{1,2})?$",
"default": "0"
},
"UseDomesticConfigForInternational": {
"description": "When enabled (true), surcharging of transactions that utilize international payment methods follows the surcharge parameter settings and rules as defined for domestic payment methods; and the international configuration variants are ignored. When disabled (false), unique International configuration parameters will control surcharging of transactions that utilize international payment methods.",
"type": "string",
"default": "1",
"minLength": 1,
"maxLength": 1,
"pattern": "[0-1]"
}
},
"required": [
"ProductId",
"SurchargeType",
"SurchargeValue"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/order-service-api-cardproductsurcharge"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.