Why MEMEH exists

MEMEH Core is a lightweight, API-first payment orchestration gateway for Request-to-Pay initiation. Payment platforms and fintechs submit a consistent payment-intent request without implementing direct IPS message complexity.

1
One integration point

Multiple approved payment platforms use one stable authenticated API with a consistent canonical request format.

2
Trusted routing

MEMEH resolves aliases through trusted CA/CAS and selects the active payee-side participant route from runtime configuration.

3
Operational traceability

Request, alias-resolution, instruction, dispatch, callback, and lifecycle events can be reconstructed for support and audit.

If you remember one thing: MEMEH Core prepares and routes the payment instruction; trusted CA/CAS, the Control Plane, Bank Adapters, and participants retain their own authority.

What MEMEH is not

Clear boundaries prevent wrong assumptions during architecture and compliance reviews.

  • × Not the onboarding workflow: MEMEH Core does not host participant onboarding or issue merchant-bank relationship contracts. This portal supports access enablement outside the Core runtime.
  • × Not the Control Plane: Core consumes published runtime snapshots; it does not manually edit route or adapter records.
  • × Not the CA/CAS: Core uses trusted alias-resolution services but does not become the trust authority.
  • × Not a Bank Adapter: Core dispatches canonical instructions to adapters but does not implement bank-specific translation or IPS mechanics.

Operating model

The Core runtime path from payment intent to callback and event history.

Flow
Payment Platform
        ↓
   MEMEH Core
   ↙       ↘
CA/CAS   Control Plane Snapshot
        ↓
Canonical Instruction
        ↓
   Bank Adapter
        ↓
Payee Participant / IPS
        ↓
Callbacks → MEMEH → Platform
Submit
Payment Platform

Sends an authenticated, idempotent payment-intent request and consumes lifecycle status.

Prepare & dispatch
MEMEH Core

Validates, resolves aliases, builds the canonical instruction, selects the route, and dispatches.

Initiate & report
Bank Adapter / Participant

Initiates the pain.013 path and returns standard RTP lifecycle updates.

Key terms

Definitions used across the documentation. Keep these consistent in engineering, ops, and compliance reviews.

Canonical instruction

The normalized payload containing verified financial addresses, amount, currency, reference, and platform context.

CA/CAS

The trusted alias-resolution authority that produces verified financial addresses and servicer identifiers.

Control Plane snapshot

The published runtime configuration Core consumes to select active participant routes and adapters.

Bank Adapter

The integration boundary that communicates with the payee-side participant and IPS path.

Callback inbox

The deduplicated record of inbound status updates used to validate transitions and close the lifecycle.

Idempotency

The retry guarantee that returns the original result without creating a second dispatch.

© 2026 MEMEH — Mutual Enterprise Messaging Exchange Hub
Developer & Integration Portal