Temenos Transact · JSON Structure

Temenos Transact Core Banking Card Structure

Type: object Properties: 10
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

Card is a JSON Structure definition published by Temenos Transact, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cardId cardNumber cardType accountId customerId cardholderName expiryDate status dailyLimit availableLimit

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Card",
  "type": "object",
  "properties": {
    "cardId": {
      "type": "string"
    },
    "cardNumber": {
      "type": "string"
    },
    "cardType": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "cardholderName": {
      "type": "string"
    },
    "expiryDate": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "dailyLimit": {
      "type": "number"
    },
    "availableLimit": {
      "type": "number"
    }
  }
}