INTEGRATION PACK
Institutional Integration and Delivery Pack
REST
OpenAPI
ISO20022
SDK
01
SDK
Gateway SDK
Bank, PSP, wallet, and POS modules with KSA compliance routing and a 7-node institutional pilot profile
Gateway SDK (Bank, PSP, Wallet, POS)
02
ASSETS
Assets & Ownership APIs
Issue, transfer, and govern tokenized ownership with institutional controls
POST /api/assets/issue
03
ISO
ISO 20022 APIs
ISO 20022 envelopes with audit-grade indexing (MsgId/UETR)
GET /api/iso20022/uetr/:uetr
04
BIO
Biometric Payments APIs
Enrollment, verification logs, and biometric POS payment flows
POST /api/biometric/enroll
iso20022.json
connected
1
// ISO 20022 envelope (pacs.008) carried as JSON
2
POST /api/transaction
3
4
{
5
"iso20022": {
6
"header": {
7
"msg_id": "MSG-001",
8
"msg_type": "pacs.008",
9
"creation_dt": "2025-01-01T00:00:00Z"
10
},
11
"body": {
12
"amount": 100000,
13
"currency": "SAR",
14
"debtor_iban": "SA...",
15
"creditor_iban": "SA..."
16
}
17
}
18
}
19
20
// Audit lookups
21
GET /api/iso20022/msg/MSG-001
22
GET /api/iso20022/uetr/:uetr
JSON
UTF-8
testnet.rmoz.sa
