...
This release includes additional endpoints and fixes as outlined below.
2. Postman Files
The Postman files can be downloaded here
Postman Collection TBC
Environment File TBC
3. Supported Endpoints
The above Postman Collection supports the following API endpoints:
2. Bank Sandbox (AlTareq1)
2.1 TPP Client Registration
To register a client on the on the API Hub Sandbox, the following command can be used:
Code Block |
---|
curl --location --request POST 'https://rs1.altareq1.sandbox.apihub.openfinance.ae/tpp-registration' \
--header 'x-fapi-interaction-id: {UUIDv4}' \
--cert /path/to/your_certificate.pem \
--key /path/to/your_private_key.pem \
--cacert /path/to/your_ca_certificate.pem |
Parameters | Description |
---|---|
| A UUIDv4 used for traceability. Each request should have a unique id. |
| Your OFTF Application Transport certificate |
| Your OFTF Application Transport private key |
| The OFTF CA Certificate |
2.2 Environment Variables
Base URL |
| ||||
---|---|---|---|---|---|
OIDC Discovery Endpoint |
| ||||
Postman Collection |
| ||||
Notes | n/a |
2.3 Supported Endpoints
2.3.1 Trust Framework
POST /tpp-registration
2.3.2 Service Initiation
Single Instant Payment
POST /par
GET /payments
GET /payments/{PaymentId}
GET /payment-consents
GET /payment-consents/{ConsentId}
PATCH /payment-consents/{ConsentId}
POST /payments
...
POST /par
GET /payments
GET /payments/{PaymentId}
GET /payment-consents
GET /payment-consents/{ConsentId}
PATCH /payment-consents/{ConsentId}
POST /payments
2.3.3 Bank Data Sharing
Account Data
POST /par
GET /accounts/{AccountId}
GET /accounts
GET /account-access-consents
GET /account-access-consents/{ConsentId}
GET /accounts/{AccountId}/consents
PATCH /account-access-consents/{ConsentId}
...
POST /par
GET /accounts/{AccountId}/standing-orders
GET /account-access-consents
GET /account-access-consents/{ConsentId}
GET /accounts/{AccountId}/consents
PATCH /account-access-consents/{ConsentId}
3.
...
Motor Insurance
GET/insurance-consents
GET/insurance-consents/{ConsentId}
PATCH/insurance-consents/{ConsentId}
Insurance Sandbox (AlTareq2)
This Sandbox will be included in the next release due on
4. Release Notes
4.1 Extended Features and
...
Enhancements
Standards and Spec Updates (v1.1):
Updates for the Ozone API Hub and Consent Manager APIs, including GET/POST requests and response format changes.
Integration of new data-sharing, consent management, and service initiation functionalities.
FAPI :
Enhancements made to ensure compliance with CBUAE FAPI standards..
Payment Consent
Additional updates for sequential user authorisations in payment consent workflows.
PAR and Consent Updates:
Changes to PAR authorisation details, JWT payload validation, and common claim checks.
Expanded support for consent event tracking and new consent data requirements.
API Validation & Error Handling:
Validation checks added for Single Instant Payment, Future-Dated Payment, and Data Sharing endpoints.
Error handling improvements for ‘x-idempotency-key’, JSON, and JWT flows across several endpoints, including Payments, Accounts, and Direct Debits.
Schema Validation Updates:
Schema validation fixes for endpoints such as Scheduled Payments, Standing Orders, Direct Debits, and Beneficiaries.
...