Temenos · JSON Structure
Temenos Customer Structure
Structure documentation for Temenos banking customer records covering individual and corporate customers
Type:
Properties: 0
BankingCloud BankingCore BankingDigital BankingFinancial-ServicesFintechOpen BankingPaymentsWealth Management
Temenos Customer is a JSON Structure definition published by Temenos.
Meta-schema:
JSON Structure
{
"name": "Temenos Customer",
"description": "Structure documentation for Temenos banking customer records covering individual and corporate customers",
"fields": [
{
"name": "customerId",
"type": "string",
"required": true,
"description": "Unique customer identifier",
"example": "C-200456"
},
{
"name": "customerType",
"type": "string",
"required": true,
"description": "Customer classification",
"enum": ["INDIVIDUAL", "CORPORATE", "SME", "WEALTH"],
"example": "INDIVIDUAL"
},
{
"name": "firstName",
"type": "string",
"required": false,
"description": "Given name (individual customers)",
"example": "Emily"
},
{
"name": "lastName",
"type": "string",
"required": false,
"description": "Family name (individual customers)",
"example": "Carter"
},
{
"name": "companyName",
"type": "string",
"required": false,
"description": "Legal company name (corporate customers)",
"example": "Acme Ltd"
},
{
"name": "dateOfBirth",
"type": "string",
"format": "date",
"required": false,
"description": "Date of birth (individual customers)",
"example": "1988-07-22"
},
{
"name": "nationality",
"type": "string",
"required": false,
"description": "ISO 3166-1 alpha-2 nationality code",
"example": "GB"
},
{
"name": "email",
"type": "string",
"format": "email",
"required": false,
"description": "Primary email address",
"example": "emily.carter@example.com"
},
{
"name": "mobileNumber",
"type": "string",
"required": false,
"description": "Mobile phone number in E.164 format",
"example": "+447712345678"
},
{
"name": "status",
"type": "string",
"required": true,
"description": "Customer status",
"enum": ["ACTIVE", "INACTIVE", "SUSPENDED", "DECEASED"],
"example": "ACTIVE"
},
{
"name": "kycStatus",
"type": "string",
"required": false,
"description": "Know Your Customer verification status",
"enum": ["PENDING", "VERIFIED", "FAILED", "EXPIRED"],
"example": "VERIFIED"
},
{
"name": "address",
"type": "object",
"required": false,
"description": "Primary postal address",
"fields": [
{
"name": "line1",
"type": "string",
"required": true,
"description": "First address line",
"example": "14 Maple Street"
},
{
"name": "city",
"type": "string",
"required": true,
"description": "City",
"example": "London"
},
{
"name": "postCode",
"type": "string",
"required": false,
"description": "Postal or zip code",
"example": "EC1A 1BB"
},
{
"name": "country",
"type": "string",
"required": true,
"description": "ISO 3166-1 alpha-2 country code",
"example": "GB"
}
]
},
{
"name": "createdAt",
"type": "string",
"format": "date-time",
"required": false,
"description": "Timestamp when the customer record was created",
"example": "2026-05-03T10:30:00Z"
}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/temenos-customer-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.