Skip to main content
Goal: Move the partner to production credentials, provision the first live number, and confirm monitoring is in place.

Checklist


First Production Number — End-to-End Flow

The first live number must be provisioned in this exact dependency order:
1

Create Product

POST /v1.0/products — defines what you’re selling (eSIM, data, SMS bucket, etc.)
2

Create Package

POST /v1.0/packages — bundles one or more Products into a priced offering
3

Create Subscriber

POST /v1.0/subscribers/create — the end user who will own the number
4

Provision Number

POST /v1.0/numbers/provision — assign the number to the Subscriber and AccountSave the PhoneNumberAssigned (MSISDN) and PhoneNumberId (TNID).
5

Create Subscription

POST /v1.0/subscriptions — links the Subscriber + Number + Package and starts billing

Phase complete when: First production message has flowed both directions, monitoring is live, and the escalation path is written down.

Previous: Phase 3 — API Walkthrough & Testing

Sandbox testing sign-off

Next: Phase 5 — Post-launch

First 30 days stabilization