LinkWalletToUser

Description

This endpoint is used only when migrating from the old/deprecated wallet management to the new user management. Click here to read more about user management. It is used to link an existing wallet to a user.

public static VyTask<VyWalletDto> LinkWalletToUser(string id, VyLinkWalletToUserRequest reqParams, VyUserAuth signingMethod)

Parameters

id

string

This is the wallet `ID`

reqParams

Request data for the operation

signingMethod

VyUserAuth

This operation requires a valid Signing-Method from the corresponding user

Returns

VyTask<VyWalletDto> Wallet linked to user successfully.

Last updated