Temenos · Arazzo Workflow

Temenos Cloud Banking Open Commercial Account And Pay

Version 1.0.0

Open a commercial banking account and make a payment from it.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub BankingCloud BankingCore BankingDigital BankingFinancial-ServicesFintechOpen BankingPaymentsWealth ManagementArazzoWorkflows

Provider

temenos

Workflows

open-account-make-payment
Open a commercial account and make a payment from it.
Opens a commercial banking account for a customer and issues a payment from the new account, returning the initiated payment identifier and status.
2 steps inputs: amount, beneficiaryAccountId, beneficiaryName, currency, customerId, productId, reference outputs: accountId, paymentId, paymentStatus
1
openAccount
Open a commercial banking account for the corporate customer.
2
makePayment
Make a payment from the newly opened account to the supplied beneficiary.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Temenos Cloud Banking Open Commercial Account And Pay
  summary: Open a commercial banking account and make a payment from it.
  description: >-
    Commercial banking flow in Temenos Cloud Banking. The workflow opens a
    commercial account for a corporate customer against a product and currency,
    then makes a payment from that account to a named beneficiary, returning the
    initiated payment's identifier and status. Every step inlines its request so
    the chain is self-describing.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-1330
  - BC-1340.10
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-1330
      capability_name: Deposits & Savings Management
      spec: temenos-accounts-api-openapi.yml
      confidence: 0.72
    - capability_id: BC-1340.10
      capability_name: Payment Initiation Management
      spec: temenos-payments-api-openapi.yml
      confidence: 0.78
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: accountsApi
  url: ../openapi/temenos-accounts-api-openapi.yml
  type: openapi
- name: paymentsApi
  url: ../openapi/temenos-payments-api-openapi.yml
  type: openapi
workflows:
- workflowId: open-account-make-payment
  summary: Open a commercial account and make a payment from it.
  description: >-
    Opens a commercial banking account for a customer and issues a payment from
    the new account, returning the initiated payment identifier and status.
  inputs:
    type: object
    required:
    - customerId
    - productId
    - currency
    - amount
    properties:
      customerId:
        type: string
        description: Corporate customer identifier.
      productId:
        type: string
        description: Product identifier defining the account type.
      currency:
        type: string
        description: Account and payment currency in ISO 4217 format.
      beneficiaryName:
        type: string
        description: Beneficiary name for the payment.
      beneficiaryAccountId:
        type: string
        description: Beneficiary account identifier for the payment.
      amount:
        type: number
        description: Payment amount.
      reference:
        type: string
        description: Payment reference.
  steps:
  - stepId: openAccount
    description: Open a commercial banking account for the corporate customer.
    operationId: createCmbAccount
    requestBody:
      contentType: application/json
      payload:
        customerId: $inputs.customerId
        productId: $inputs.productId
        currency: $inputs.currency
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      accountId: $response.body#/accountId
  - stepId: makePayment
    description: >-
      Make a payment from the newly opened account to the supplied beneficiary.
    operationId: createCmbPayment
    requestBody:
      contentType: application/json
      payload:
        debitAccountId: $steps.openAccount.outputs.accountId
        beneficiaryName: $inputs.beneficiaryName
        beneficiaryAccountId: $inputs.beneficiaryAccountId
        amount: $inputs.amount
        currency: $inputs.currency
        reference: $inputs.reference
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      paymentId: $response.body#/paymentId
      status: $response.body#/status
      errorCode: $response.body#/errorCode
  outputs:
    accountId: $steps.openAccount.outputs.accountId
    paymentId: $steps.makePayment.outputs.paymentId
    paymentStatus: $steps.makePayment.outputs.status

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/temenos-cloud-banking-account-payment-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.