Skip to main content
Fetch the full configuration of a single wallet by its ID. This endpoint returns the wallet’s spend controls, expiry, virtual account details, and any API keys associated with it. Note that API key fullKey values are never returned here — only the key prefix is included so you can identify which key is which without exposing secrets.

Endpoint

Authentication

Requires a valid Session JWT in the Authorization header.

Path Parameters

string
required
The UUID of the wallet to retrieve. Returned as data.wallet.id when the wallet was created.

Response 200 OK

The response envelope contains success: true and a data object with the wallet, its linked virtual account, associated API key prefixes, and merchant records.
boolean
Always true for a successful response.
object
Container for the wallet and its associated resources.

Example Response


Error Responses