GET /api/wallets/:walletId — fetch a single wallet
Retrieve a wallet by ID including its virtual account details, API key prefixes, and associated merchants. Useful for displaying wallet configuration.
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.
The response envelope contains success: true and a data object with the wallet, its linked
virtual account, associated API key prefixes, and merchant records.