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 Customers API

Create, update, and manage customer profiles, contact details, KYC documentation, compliance records, communication preferences, and party relationships.

Temenos Transact Customers 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 Customers. 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 5 operations across 3 paths, and defines 11 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.

5 operations 3 paths 11 schemas 3 GET1 POST1 PUT

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 Customers 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 5

Across 3 paths, the API surfaces 5 operations — 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Customers 5

Create, update, and manage customer profiles, contact details, KYC documentation, compliance records, communication preferences, and party relationships.

GET
/party/customers
Temenos Transact List Customers
getCustomers 6 params → 200400401500
POST
/party/customers
Temenos Transact Create Customer
createCustomer body → 201400401403409500
GET
/party/customers/{customerId}
Temenos Transact Get Customer Details
getCustomer 1 param → 200401403404500
PUT
/party/customers/{customerId}
Temenos Transact Update Customer
updateCustomer 1 param body → 200400401404500
GET
/party/customers/{customerId}/accounts
Temenos Transact List Customer Accounts
getCustomerAccounts 3 params → 200401404500

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Customer (22 properties), Account (16 properties), Address (7 properties), ResponseHeader (4 properties). Each schema is shown below with its type and property counts.

Address
object
Physical or mailing address
7 properties
ErrorResponse
object
Standard error response structure
2 properties 1 required
PaginationInfo
object
Pagination metadata for list responses
3 properties
AccountsResponse
object
3 properties
Customer
object
A customer record in Temenos Transact representing an individual or corporate entity with a banking relationship.
22 properties
CustomerCreateRequest
object
2 properties 1 required
CustomerUpdateRequest
object
2 properties
ResponseHeader
object
Standard response header returned by all Transact API operations
4 properties
CustomerDetailsResponse
object
2 properties
CustomersResponse
object
3 properties
Account
object
A banking account arrangement in Temenos Transact. Created through the Arrangement Architecture supporting current, savings, corporate, Islamic, non-resident,…
16 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

temenos-transact-customers-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 Deposits API
Temenos Transact Loans API
Temenos Transact Payments API
Temenos Transact Products API
Temenos Transact Reference Data API
Temenos Transact Transactions API