Temenos Transact · JSON Structure

Temenos Transact Core Banking Standing Order Structure

Type: object Properties: 13
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

standingOrderId accountId beneficiaryId beneficiaryAccountId beneficiaryName amount currency frequency startDate endDate nextPaymentDate status narrative

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StandingOrder",
  "type": "object",
  "properties": {
    "standingOrderId": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "beneficiaryId": {
      "type": "string"
    },
    "beneficiaryAccountId": {
      "type": "string"
    },
    "beneficiaryName": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "frequency": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "nextPaymentDate": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "narrative": {
      "type": "string"
    }
  }
}