Skip to main content
Noju Merchants API

Programmatic subscription management for Noju partners.

Three POST endpoints to start, verify, and inspect mobile-carrier subscriptions on Noju's DCB platform. JSON over HTTPS, one API key per environment, IP allowlisted.

POST /subscriptions/init

Init

Initialize a subscription flow for an MSISDN and dispatch an OTP or SMS-channel instructions.

Read the init docs
POST /subscriptions/verify

Verify

Submit the OTP returned to the subscriber. On success, the subscription is activated and the first charge is attempted.

Read the verify docs
POST /subscriptions/status

Status

Reconcile subscription state by ID. Returns lifecycle dates, the underlying MSISDN, and the merchant-scoped service.

Read the status docs