Poll the status of any v3 async operation
Universal status poll for any async endpoint that returns a
transactionId — plan purchase, eSIM provisioning, top-up, port-in,
subscription changes. No authentication required — the
transactionId itself is the bearer, matching every other endpoint
that hands one out.
A FAILED transaction is still a 200 — check data.status, not the
HTTP status. data.errorCode is one of the standard ApiErrorCode
values when the failure is classifiable; data.error is a short,
partner-safe message.
data.timestamp is generated fresh on every request (it is when the
response was built, not when the transaction record last changed) —
don’t confuse it with data.createdAt / data.updatedAt.
Path Parameters
"64f1a2b3c4d5e6f7a8b9c0d1"
Response
The transaction's current status.

