{
 "slug": "carrier-as-authorization-party",
 "topic_id": "TOPIC-158",
 "cluster": "Telecom Carrier & Subscriber Identity",
 "tier": "Tier B",
 "title": "Selling the number as a trust signal: what carriers could offer banks instead of SMS",
 "summary": "Carriers hold the strongest real-world identity relationship in consumer telecom and monetise it as message delivery. The delivery product is being deprecated precisely because it cannot answer the authorization question.",
 "lede": "There is a woman in a carrier retail store in Leeds verifying a customer's passport and address to activate a line. That interaction is the most rigorous consumer identity event in the entire digital economy, and the carrier's commercial expression of it is charging a bank a fraction of a penny to deliver a six-digit code.",
 "date": "2024-07-04",
 "category": "Vertical",
 "author_id": "elias-vanterpool-osei",
 "tags": [
  "carrier identity",
  "SMS OTP",
  "A2P messaging",
  "silent network authentication",
  "mobile identity",
  "open banking"
 ],
 "image_title": "Carrier as Authorization Party",
 "schema": "Article",
 "key_takeaways": [
  "Existing carrier identity APIs attest to attributes — SIM tenure, swap recency, device binding. Relying parties increasingly need attestation of an act.",
  "The A2P delivery product is being deprecated by the relying parties who buy it, on security grounds, which is an unusual and terminal market position.",
  "Moving from attribute attestation to act attestation requires carriers to accept a liability position they have historically avoided, and that is the real obstacle."
 ],
 "body": [
  {
   "type": "h2",
   "text": "Start with the shop floor"
  },
  {
   "type": "diagram",
   "kind": "compare",
   "alt": "What a bank gets today versus what the carrier could sell",
   "caption": "One is a shared secret in transit; the other is a signed statement about the line.",
   "nodes": [],
   "left": {
    "title": "SMS one-time code",
    "items": [
     "A bearer secret",
     "No context about the line",
     "Vulnerable to swap and interception",
     "Relayable in real time"
    ]
   },
   "right": {
    "title": "Signed line attestation",
    "items": [
     "Last SIM change date",
     "Last port date",
     "Tenure of current holder",
     "Signed, verifiable offline"
    ]
   }
  },
  {
   "type": "p",
   "html": "The identity work happens at the counter. A person arrives, presents documents, has them checked against a physical face, signs a contract, and walks out with a line. In much of the world that interaction is regulated, recorded and retained."
  },
  {
   "type": "p",
   "html": "Then the customer goes home and their bank sends them a six-digit code over that line, and the carrier earns a fraction of a penny for carrying it."
  },
  {
   "type": "p",
   "html": "The gap between the value of the first event and the price of the second is the entire business problem, and it has been visible for a decade."
  },
  {
   "type": "h2",
   "text": "What carriers currently sell"
  },
  {
   "type": "p",
   "html": "The existing identity product line is genuinely useful and worth crediting. Silent network authentication verifies that a device on the mobile network holds the number in question. SIM swap APIs report the recency of a profile change. Tenure signals report how long a number has been held. Number verification confirms possession without a code."
  },
  {
   "type": "p",
   "html": "Every one of those is an attribute. They describe a state of the world — this SIM has been in place for eighteen months, this number is on this device — and they are consumed as risk signals feeding a decision engine."
  },
  {
   "type": "h2",
   "text": "What relying parties are moving toward"
  },
  {
   "type": "p",
   "html": "Risk signals are losing ground for high-consequence decisions, for the same reason everywhere: an attacker who controls the number satisfies every attribute test. Tenure is long, the SIM has not been swapped recently, the device holds the number — all true, all irrelevant, because the attacker is the one holding it."
  },
  {
   "type": "p",
   "html": "What a bank actually needs at the moment of a payment is an attestation of an <em>act</em>: this named customer, using a credential only they hold, confirmed this specific transfer."
  },
  {
   "type": "table",
   "head": [
    "Product type",
    "Question answered",
    "Survives number takeover?"
   ],
   "rows": [
    [
     "SMS OTP delivery",
     "Was a code delivered to this number?",
     "No"
    ],
    [
     "Silent network authentication",
     "Does this device hold this number?",
     "No"
    ],
    [
     "SIM swap recency",
     "Has the profile changed recently?",
     "Partially — only detects the swap"
    ],
    [
     "Act attestation",
     "Did this human authorise this transaction?",
     "Yes"
    ]
   ]
  },
  {
   "type": "h2",
   "text": "The product a carrier could build"
  },
  {
   "type": "p",
   "html": "Carriers are well positioned for act attestation and almost nobody is doing it. The components exist:"
  },
  {
   "type": "ol",
   "items": [
    "Issue a device-bound credential to the subscriber at the identity-verified moment — in store, or through the app after a verified activation.",
    "Expose an API through which a relying party requests an authorisation for a specific action, rendered in plain language.",
    "The subscriber confirms on their device. The carrier returns a signed receipt bound to the rendered action.",
    "Price per authorisation, not per message."
   ]
  },
  {
   "type": "p",
   "html": "The economics are the attractive part. A payment authorisation is worth orders of magnitude more to a bank than a message delivery, and the marginal cost is comparable."
  },
  {
   "type": "h2",
   "text": "The obstacle nobody wants to name"
  },
  {
   "type": "p",
   "html": "It is not technical and it is not commercial. It is liability."
  },
  {
   "type": "p",
   "html": "A carrier delivering a message is a conduit. A carrier attesting that a named human authorised a transaction has made a representation that a relying party will act on and litigate over. That is a materially different legal position, and carrier legal departments have spent thirty years avoiding exactly it."
  },
  {
   "type": "p",
   "html": "There are workable answers — attesting to the cryptographic fact rather than to the human's intent, contractual limitation, and the observation that the receipt is verifiable independently so the carrier is not the trusted party in a dispute. But any carrier product strategy that does not address liability in its first page is not a strategy."
  },
  {
   "type": "h2",
   "text": "Why the window is finite"
  },
  {
   "type": "p",
   "html": "Two things are happening simultaneously. Relying parties are moving away from SMS for high-assurance use on security grounds, which shrinks the existing product. And device platform vendors are shipping their own credential infrastructure, which does not require a carrier at all."
  },
  {
   "type": "p",
   "html": "Carriers hold one asset the platform vendors do not: a regulated, documented, in-person identity verification event. That asset does not expire, but its commercial expression currently does, and there is no obvious third window."
  },
  {
   "type": "h2",
   "text": "Why the attestation is the better product"
  },
  {
   "type": "table",
   "caption": "Commercial and security comparison",
   "head": [
    "Dimension",
    "SMS codes",
    "Line attestation"
   ],
   "rows": [
    [
     "What the bank learns",
     "A code arrived",
     "When the line last changed hands"
    ],
    [
     "Defeated by SIM swap",
     "Completely",
     "<strong style=\"font-weight:600\">Reveals it</strong>"
    ],
    [
     "Value per query",
     "Falling",
     "Rising as codes are abandoned"
    ],
    [
     "Carrier position",
     "A commodity channel",
     "A signal only carriers hold"
    ]
   ]
  },
  {
   "type": "h2",
   "text": "Objections and honest limits"
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Banks already buy SIM-swap signals.”</strong> Some do, through intermediaries, as a risk score. The argument is for a signed attestation the bank can verify and retain as evidence, rather than a score it must trust."
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Privacy regulators will object.”</strong> A date is less disclosive than a message containing a code, and the subscriber can be the one who authorises the attestation. Designed that way, it is a privacy improvement rather than a cost."
  }
 ],
 "faq": [
  {
   "q": "Is this not what mobile identity consortia already do?",
   "a": "Consortium products have focused on attribute attestation and network-level authentication. Act attestation — a signed receipt bound to a specific rendered transaction — is a different product and is not, to our knowledge, offered at scale."
  },
  {
   "q": "Would relying parties pay per authorisation?",
   "a": "Banks already pay far more than message rates for fraud tooling that performs worse. The pricing question is real but it is not the binding constraint."
  },
  {
   "q": "What about subscribers who change carriers?",
   "a": "A credential issued by a carrier and bound to a device need not die with the service relationship, but the commercial and governance design for that is genuinely unsettled."
  },
  {
   "q": "Does this compete with bank-issued passkeys?",
   "a": "Partly. The carrier's differentiator is the in-person verified enrolment and reach across relying parties that will never each run their own enrolment."
  },
  {
   "q": "Why is an attestation better than a code?",
   "a": "A code is a bearer secret in transit. An attestation is a signed statement about the line that reveals the swap rather than being defeated by it."
  },
  {
   "q": "Is this more privacy-invasive?",
   "a": "Less. A date is less disclosive than a message containing a code, and the subscriber can authorise the attestation."
  },
  {
   "q": "Why would carriers do this?",
   "a": "It is a signal only they hold, its value rises as codes are abandoned, and it repositions them above a commodity channel."
  }
 ],
 "sources": [
  {
   "t": "FCC — protecting consumers from SIM swap and port-out fraud",
   "u": "https://www.fcc.gov/sim-swap-port-out-fraud"
  },
  {
   "t": "NIST SP 800-63B — Authentication and Lifecycle Management",
   "u": "https://pages.nist.gov/800-63-3/sp800-63b.html"
  },
  {
   "t": "CISA — known exploited vulnerabilities and incident reporting",
   "u": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
  },
  {
   "t": "GSMA — Mobile Connect and identity services",
   "u": "https://www.gsma.com/solutions-and-impact/technologies/identity/"
  },
  {
   "t": "GSMA — fraud and security resources",
   "u": "https://www.gsma.com/solutions-and-impact/technologies/security/"
  }
 ],
 "related": [
  {
   "slug": "line-change-authorization",
   "title": "The subscriber never signs",
   "category": "Vertical"
  },
  {
   "slug": "identifier-durability-model",
   "title": "Recycled numbers",
   "category": "Vertical"
  },
  {
   "slug": "factor-survivability-finance",
   "title": "Seventy-two spoofed sites, one phone call",
   "category": "Vertical"
  }
 ],
 "image": "https://cdn.twc.sh/images/igcache/Carrier%20as%20Authorization%20Party/1500_900/blog.jpg",
 "wordcount": 1046,
 "url": "/blog/carrier-as-authorization-party.html",
 "reading_time": "5 min read",
 "seo_title": "What carriers could offer banks instead of SMS",
 "meta_description": "Carriers hold the strongest real-world identity relationship in consumer telecom and monetise it as message delivery.",
 "hub": {
  "slug": "topics/telecom-identity",
  "title": "Telecom and subscriber identity"
 },
 "answer": "A signal about the line rather than a code delivered to it. Carriers know when a SIM changed, when a number was ported, and how long the current holder has held it. Selling that as a verifiable attestation is worth more than continuing to sell a delivery channel that is being attacked.",
 "answer_q": "What could carriers offer banks instead of SMS?",
 "glossary": [
  {
   "term": "Line attestation",
   "def": "A signed statement about a subscriber line's recent history rather than a message sent to it."
  },
  {
   "term": "Tenure",
   "def": "How long the current holder has had the number, which is the single most useful anti-swap signal."
  },
  {
   "term": "Bearer secret",
   "def": "Something whose possession alone grants access, which is what makes a one-time code relayable."
  }
 ],
 "checklist": {
  "title": "Designing the attestation",
  "id": "design",
  "desc": "Four properties.",
  "steps": [
   {
    "name": "Signed by the carrier, verifiable offline.",
    "text": "So the bank retains evidence rather than a score."
   },
   {
    "name": "Minimal: dates and tenure, not content.",
    "text": "Less disclosive than the SMS it replaces."
   },
   {
    "name": "Subscriber-authorised where possible.",
    "text": "Which improves the privacy posture and the legal one."
   },
   {
    "name": "Retained by the relying party.",
    "text": "So a later dispute is a retrieval."
   }
  ]
 },
 "cta": {
  "title": "Where this fits in Manav",
  "html": "Manav puts the authorising party back in the loop for the changes that matter, with a signature bound to the specific change and verifiable by a counterparty without calling you.",
  "href": "../docs.html",
  "label": "See change authorisation"
 }
}