APIs
The Temenos Provider APIs expose Temenos product business capabilities as RESTful (Representational state transfer) APIs defined in the OpenAPI Specification (OAS).
PAYMENT INITIATION (PI)
| S.No | Domain | API Name | Description | Method |
|---|---|---|---|---|
| 1 | order | order-paymentOrders-service-v1.0.0 | Creates and manages payment orders, creates Sepa and Swift payment records. | PUT, POST, DELETE, GET |
| 2 | order | order-paymentOrders-service-v2.0.0 | Creates and manages payment orders, creates Sepa and Swift payment records. | PUT, POST, DELETE, GET |
| 3 | order | order-paymentOrders-service-v2.1.0 | Creates and manages payment orders, creates Sepa and Swift payment records. | PUT, POST, DELETE, GET |
| 4 | order | order-paymentOrders-service-v2.2.0 | Creates and manages payment orders, creates Sepa and Swift payment records and transparency cehck details from payment order to infinity. | PUT, POST, DELETE, GET |
| 5 | order | order-paymentOrders-service-v2.3.0 | Creates and manages payment orders, creates Sepa and Swift payment records and transparency cehck details from payment order to infinity. | PUT, POST, DELETE, GET |
| 6 | order | order-paymentsConfiguration-service-v1.0.0 | Updates the parameter that connects payment order and payment system, and payment features specific to a product. This API is depreacted. Use the following instead. URL:/settings/configuration/payments/products/{productId} | PUT |
| 7 | reference | reference-BICs-service-v1.0.0 | Retrieves BIC details.Thsi API is depcrated. Use /reference/bankCodes/bics/{bicId} from BICS-service-V3.0.0 instead. | GET |
| 8 | reference | reference-IBANs-service-v1.0.0 | Retrieves IBANs details. | GET |
| 9 | settings | settings-paymentsConfiguration-v1.0.0 | Creates and manages default configurations for payment orders. | POST, PUT, GET |
TEMENOS PAYMENT (PP)
| S.No | Domain | API Name | Description | Method |
|---|---|---|---|---|
| 1 | meta | meta-payments-service-v2.0.0 | Retrieves the payment transaction api query filters. | GET |
| 2 | order | order-paymentOrders-service-v1.0.0 | Creates, updates and retrieves GPI payment status. | POST, PUT, GET |
| 3 | order | order-paymentOrders-service-v2.0.0 | Creates and updates a GPI payment status with unique transaction reference. | POST, PUT |
| 4 | order | order-paymentOrders-service-v2.1.0 | Creates and updates a GPI payment status with unique transaction reference. | POST, PUT |
| 5 | order | order-paymentOrders-service-v2.2.0 | Creates and updates a GPI payment status with unique transaction reference. | POST, PUT |
| 6 | order | order-paymentOrders-service-v2.3.0 | Creates and updates a GPI payment status with unique transaction reference. | POST, PUT |
| 7 | order | order-payments-service-v1.0.0 | Creates and manages payments and transfers. | GET |
| 8 | order | order-payments-service-v2.0.0 | Retrieves and updates payment details and payment transactions. | GET, PUT |
| 9 | order | order-payments-service-v3.0.0 | Retrieves the list of reason codes and displays it to the customer. | GET |
| 10 | order | order-paymentUserAgents-service-v3.0.0 | Retrieves ISO customer and bank payments transaction content. | GET |
| 11 | order | updatePpSoTransactionApi-v1.0.0 | Updates PP.SO.TRANSACTION. This API is deprecated and moved to the following URL : /payments/swiftPayments/{swiftPaymentId}/acknowledgements
|
PUT |
| 12 | order | UpdatePSMBLOBApi-v1.0.0 | Updates PSM BLOB. This API is deprecated and moved to the following URL : payments/logs/sentMessages/{sentMessageId} | PUT |
| 13 | settings | settings-paymentsConfiguration-v1.0.0 | Creates and manages payment configurations. | GET, PUT, POST, DELETE |
REQUEST TO PAY (RF)
| S.No | Domain | API Name | Description | Method |
|---|---|---|---|---|
| 1 | order | RequestToPayPayments-v1.0.0 | Creates and manages Request to Pay payments in order to create, view, update, block and decline the payment requests from both biller and payer systems. Creates payment requests for EBA and UK scheme from biller application. | PUT, GET, POST |
| 2 | order | RequestToPayPayments-v1.3.0 | Updates accessToken and scheme for a specific proxy identifier which in turn triggers the refresh and updates Request To Pay(RTP) data store. | PUT |
In this topic