Interoperability
Institution Adapter Layer
Adapters isolate institution-specific message formats from the common TRUST assessment contract.
Design objective
One governed TRUST pipeline, multiple integration styles.
Banking Adapter
Maps bank transaction fields and authentication context into the TRUST SDK request model.
Bank AOpen contextual page →
Mobile Money Adapter
Maps mobile-money transaction and channel context into the common SDK contract.
Mobile Money BOpen contextual page →
FinTech Adapter
Maps Open API style payloads into the common SDK request model.
FinTech COpen contextual page →
Adapter Responsibilities
| Responsibility | Purpose |
|---|---|
| Schema mapping | Translate native institution fields to the SDK contract. |
| Validation | Reject malformed or incomplete technical requests before assessment. |
| Correlation | Preserve transaction identity across the technical chain. |
| Pseudonymization boundary | Support privacy-preserving identifiers where required by deployment policy. |
| Canonical handoff | Deliver a normalized transaction representation downstream. |