Temenos Transact · JSON Structure

Temenos Transact Core Banking Response Header Structure

Type: object Properties: 4
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

id status transactionStatus audit

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResponseHeader",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "transactionStatus": {
      "type": "string"
    },
    "audit": {
      "type": "object"
    }
  }
}