Open Banking Account Information API's
The APIs related versions and enquiries cannot be accessed through the Temenos Transact menus.
| API Name | Method | Description |
|---|---|---|
| account-access-consents | POST | Create consent |
| account-access-consents/{ConsentId} | GET | Provide the status of the consent |
| account-access-consents/{ConsentId} | DELETE | Delete a consent or close a consent arrangement before its expiry date |
| accounts/{AccountId} | GET | Provide the account details of a specific account |
| accounts/{AccountId}/balances | GET | Provide the account balance information of a specific account |
| accounts/{AccountId}/transactions | GET | Provides the transaction details of a specific account. |
| accounts/{AccountId}/beneficiaries | GET | Provides information about the beneficiaries related to a specific account |
| accounts/{AccountId}/direct-debits | GET | Provides information on the direct debits related to a specific account |
| accounts/{AccountId}/standing-orders | GET | Provides information on the standing orders related to a specific account |
| accounts/{AccountId}/party | GET | Provides information on the different customer parties related to a specific account |
| accounts/{AccountId}/scheduled-payments | GET | Provides information on the scheduled payments related to a specific account |
| accounts/{AccountId}/statements | GET | Provides the statements related to a specific account |
| accounts/{AccountId}/statements/{StatementId} | GET | Provides the statements related to a specific account and pertaining to a specific Statement ID |
The table below is related to the Account and Transaction APIs.
| API Name | Method | Description | URL |
|---|---|---|---|
|
UKOBPZ.API.OBIE.TXNS.2.0.0 |
GET |
Retrieve list of transactions requested for the open-banking account by the PSU (Payment Service User) |
http://<hostname>:<jboss_port>/<iris_war>/api/v2.0.0/holdings/uk/accounts/transactions/{consentId}/{tppReference} |
|
UKOBPZ.API.OBIE.ACCOUNTBALANCE.2.0.0 |
GET |
Retrieve balances details requested for the open-banking account by the PSU(Payment Service User) |
http://<hostname>:<jboss_port>/<iris_war>/api/v2.0.0/holdings/uk/accounts/balances/{consentId}/{tppReference} |
|
UKOBPZ.API.OBIE.ACCOUNTINFO.2.0.0 |
GET |
Retrieve account details requested for the open-banking accounts by the PSU(Payment Service User). |
http://<hostname>:<jboss_port>/<iris_war>/api/v2.0.0/holdings/uk/accounts/{consentId}/{tppReference} |
|
UKOBPZ.API.OBIE.GET.EXTERNALUSERID.1.0.0 |
GET |
Retrieve the Spotlight user id of the customer linked to an account. |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/uk/accounts/externalUsers/{consentId} |
The table below is related to the Account Access Consent APIs.
| API Name | Method | Description |
|---|---|---|
|
AA.ARRANGEMENT.ACTIVITY,UKPZ.API.OBIE.CONSENT.1.0.0 |
POST |
Create consent. |
| AA.ARRANGEMENT.ACTIVITY,UKPZ.API.OBIE.AUCONSENT.1.0.0 | PUT | Delete a consent or close a consent arrangement before its expiry date. |
| PZ.API.OBIE.ACCOUNTCONSENT | GET |
Retrieve a list with the consent status. |
In this topic