Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Temenos Transact Payments API

Process fund transfers, standing orders, direct debits, payment orders, sweeps, and cross-border payments. Includes payment validation, cost calculation, status tracking, and cancellation.

Temenos Transact Payments API is one of 13 APIs that Temenos Transact publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Payments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a support channel, a changelog, a JSON-LD context, and 1 JSON Schema.

This API exposes 8 operations across 6 paths, and defines 14 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.temenos.com/api/v1.0.0, https://sandbox.temenos.com/api/v1.0.0.

8 operations 6 paths 14 schemas 4 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.temenos.com/transact/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Temenos Transact Payments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — OAuth 2.0 Bearer token authentication. Obtain a token from the Temenos authentication endpoint using client credentials or authorization code flow.

Paths & Operations 8

Across 6 paths, the API surfaces 8 operations — 4 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Payments 8

Process fund transfers, standing orders, direct debits, payment orders, sweeps, and cross-border payments. Includes payment validation, cost calculation, status tracking, and canc…

POST
/order/fundTransfers
Temenos Transact Create Fund Transfer
createFundTransfer body → 201400401403422500
GET
/order/fundTransfers/{transferId}
Temenos Transact Get Fund Transfer Details
getFundTransfer 1 param → 200401404500
GET
/order/paymentOrders
Temenos Transact List Payment Orders
getPaymentOrders 7 params → 200400401500
POST
/order/paymentOrders
Temenos Transact Create Payment Order
createPaymentOrder body → 201400401422500
GET
/order/paymentOrders/{paymentOrderId}
Temenos Transact Get Payment Order Details
getPaymentOrder 1 param → 200401404500
POST
/order/paymentOrders/{paymentOrderId}/cancellation
Temenos Transact Cancel Payment Order
cancelPaymentOrder 1 param → 200400401404500
GET
/order/standingOrders
Temenos Transact List Standing Orders
getStandingOrders 4 params → 200400401500
POST
/order/standingOrders
Temenos Transact Create Standing Order
createStandingOrder body → 201400401422500

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are PaymentOrder (19 properties), FundTransfer (16 properties), StandingOrder (13 properties), ResponseHeader (4 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
Standard error response structure
2 properties 1 required
PaginationInfo
object
Pagination metadata for list responses
3 properties
StandingOrder
object
A standing order instruction for recurring payments
13 properties
StandingOrderRequest
object
2 properties 1 required
PaymentOrder
object
A payment order in Temenos Transact for submitting payment instructions through various clearing systems.
19 properties
FundTransfer
object
A fund transfer operation in Temenos Transact for moving funds between accounts, supporting internal transfers, domestic payments, and cross-border transaction…
16 properties
PaymentOrderRequest
object
2 properties 1 required
StandingOrderResponse
object
2 properties
PaymentOrdersResponse
object
3 properties
FundTransferRequest
object
2 properties 1 required
ResponseHeader
object
Standard response header returned by all Transact API operations
4 properties
FundTransferResponse
object
2 properties
StandingOrdersResponse
object
3 properties
PaymentOrderResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

temenos-transact-payments-api-openapi.yml Raw ↑

Other APIs Temenos Transact publishes across the network.

Temenos Transact Microservices APIs
Temenos Transact Data Hub APIs
Temenos Operational Data Store APIs
Temenos Transact Accounts API
Temenos Transact Beneficiaries API
Temenos Transact Cards API
Temenos Transact Customers API
Temenos Transact Deposits API
Temenos Transact Loans API
Temenos Transact Products API
Temenos Transact Reference Data API
Temenos Transact Transactions API