Temenos Transact · JSON Structure

Temenos Transact Core Banking Beneficiary Structure

Type: object Properties: 12
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

beneficiaryId customerId beneficiaryName accountNumber iban bic bankName bankCountry currency beneficiaryType status nickname

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Beneficiary",
  "type": "object",
  "properties": {
    "beneficiaryId": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "beneficiaryName": {
      "type": "string"
    },
    "accountNumber": {
      "type": "string"
    },
    "iban": {
      "type": "string"
    },
    "bic": {
      "type": "string"
    },
    "bankName": {
      "type": "string"
    },
    "bankCountry": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "beneficiaryType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "nickname": {
      "type": "string"
    }
  }
}