UpdateWallet
Description
Updates modifiable metadata properties of an existing wallet. This endpoint allows you to modify the wallet's description, set primary status, archive/unarchive the wallet, or update the custom identifier for external system integration
public static VyTask<VyWalletDto> UpdateWallet(string id, VyUpdateWalletRequest reqParams)
Parameters
id
string
This is the `UUID` of the wallet
Returns
VyTask<VyWalletDto> Wallet description and/or arhive/unarchive successful.
Last updated