Skip to main content
GET
Get a wallet-provisioning operation

Authorizations

Authorization
string
header
required

Token from POST /auth/token

Path Parameters

operationId
string
required

Operation ID (op_ prefix).

Response

200 - application/json

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.

operationId
string
required

Operation ID (op_ TypeID).

Pattern: ^[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})$
object
enum<string>
required

Resource type discriminator. Always "wallet.operation".

Available options:
wallet.operation
customerId
string
required

The OMS customer the operation provisions wallets for (cst_ prefix).

Pattern: ^[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})$
status
enum<string>
required

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.

Available options:
pending,
complete,
partial,
terminal
pairs
object[]
required
createdAt
string<date-time>
required
walletId
string

The provisioned wallet's id (wlt_ prefix), present once the requested pair has completed and the wallet record is visible.

Pattern: ^[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})$