Temenos Transact · Schema
Card
A debit or credit card linked to a customer account
BankingCore BankingDigital BankingEnterpriseFinancial-ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| cardId | string | Unique card identifier |
| cardNumber | string | Masked card number |
| cardType | string | Type of card |
| accountId | string | Linked account identifier |
| customerId | string | Card holder customer identifier |
| cardholderName | string | Name on the card |
| expiryDate | string | Card expiry date (MM/YY) |
| status | string | Card status |
| dailyLimit | number | Daily transaction limit |
| availableLimit | number | Available spending limit |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Card",
"type": "object",
"description": "A debit or credit card linked to a customer account",
"properties": {
"cardId": {
"type": "string",
"description": "Unique card identifier"
},
"cardNumber": {
"type": "string",
"description": "Masked card number"
},
"cardType": {
"type": "string",
"description": "Type of card"
},
"accountId": {
"type": "string",
"description": "Linked account identifier"
},
"customerId": {
"type": "string",
"description": "Card holder customer identifier"
},
"cardholderName": {
"type": "string",
"description": "Name on the card"
},
"expiryDate": {
"type": "string",
"description": "Card expiry date (MM/YY)"
},
"status": {
"type": "string",
"description": "Card status"
},
"dailyLimit": {
"type": "number",
"description": "Daily transaction limit"
},
"availableLimit": {
"type": "number",
"description": "Available spending limit"
}
}
}
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/temenos-transact-core-banking-card"
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.