Verifone · Schema
InternalAllocatedInformation
Internally allocated identifiers. This is for verifone use only and is subject to change.
PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel
Properties
| Name | Type | Description |
|---|---|---|
| oracleOrderNumber | number | The order number which Oracle allocated as part of the order. |
| oracleShippingTrackingReference | string | The order shipping reference which Oracle allocated as part of the order. |
| kycReportUid | string | KYC report generated for this order. |
| tokenScopeUid | string | Token scope generated for this order. |
| extendedDetails | object | |
| orderStats | object | |
| vmssApplication | object | |
| salesforceApplicationId | string | The Application ID allocated by Salesforce. |
| signingInformation | object | |
| econtractNotificationReminder | object | E-Contract Notification Reminder Sent Details. |
| draftNotificationReminder | object | Draft Notification Reminder Sent Details. |
| notificationReminders | object | A container for all supported notification reminders. |
| customerOrderLink | object | Details of Customer Order Link. |
| cancellationHistory | array | List of cancellation records for the customer order. |
| externalOnboarding | object | External merchant onboarding details |
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-internalallocatedinformation.json",
"title": "InternalAllocatedInformation",
"description": "Internally allocated identifiers. This is for verifone use only and is subject to change.",
"type": "object",
"properties": {
"oracleOrderNumber": {
"description": "The order number which Oracle allocated as part of the order.",
"type": "number"
},
"oracleShippingTrackingReference": {
"description": "The order shipping reference which Oracle allocated as part of the order.",
"type": "string"
},
"kycReportUid": {
"description": "KYC report generated for this order.",
"type": "string",
"format": "uuid"
},
"tokenScopeUid": {
"description": "Token scope generated for this order.",
"type": "string",
"format": "uuid"
},
"extendedDetails": {
"$ref": "#/components/schemas/ExtendedDetails"
},
"orderStats": {
"$ref": "#/components/schemas/OrderStats"
},
"vmssApplication": {
"$ref": "#/components/schemas/VmssApplication"
},
"salesforceApplicationId": {
"description": "The Application ID allocated by Salesforce.",
"type": "string"
},
"signingInformation": {
"$ref": "#/components/schemas/SigningInformation"
},
"econtractNotificationReminder": {
"description": "E-Contract Notification Reminder Sent Details.",
"$ref": "#/components/schemas/NotificationReminder"
},
"draftNotificationReminder": {
"description": "Draft Notification Reminder Sent Details.",
"$ref": "#/components/schemas/NotificationReminder"
},
"notificationReminders": {
"description": "A container for all supported notification reminders.",
"$ref": "#/components/schemas/NotificationReminders"
},
"customerOrderLink": {
"description": "Details of Customer Order Link.",
"$ref": "#/components/schemas/CustomerOrderLink"
},
"cancellationHistory": {
"type": "array",
"description": "List of cancellation records for the customer order.",
"items": {
"$ref": "#/components/schemas/OrderCancellation"
}
},
"externalOnboarding": {
"type": "object",
"description": "External merchant onboarding details",
"$ref": "#/components/schemas/ExternalOnboarding"
}
}
}
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-internalallocatedinformation"
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.