Get a wallet-provisioning operation
Fetch a wallet-provisioning operation — the status resource a 202 from POST /wallets points at. Project-scoped to the caller.
Authorizations
Token from POST /auth/token
Path Parameters
Operation ID (op_ prefix).
Response
The request has succeeded.
The status resource a 202 Accepted wallet create points at (its Location header). Project-scoped: an operation is only visible to the project that created it. Poll until status leaves pending; when the requested wallet is confirmed, walletId carries its id.
Operation ID (op_ TypeID).
^[a-z]+_([0-9a-hjkmnp-tv-z]{26}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$Resource type discriminator. Always "wallet.operation".
wallet.operation The OMS customer the operation provisions wallets for (cst_ prefix).
^[a-z]+_([0-9a-hjkmnp-tv-z]{26}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$Aggregate status of a wallet-provisioning operation. pending: at least one pair is still converging and automation is active. partial: some pairs completed, at least one needs an operator. terminal: the provider durably rejected at least one pair. complete: every pair confirmed.
pending, complete, partial, terminal The provisioned wallet's id (wlt_ prefix), present once the requested pair has completed and the wallet record is visible.
^[a-z]+_([0-9a-hjkmnp-tv-z]{26}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$