CreateWallet

Creates a new wallet for the application.

Server Authoritative (default)

Overloads

CreateWallet <VyCreateApplicationWalletRequest>

public static VyTask<VyWalletDto> CreateWallet(VyCreateApplicationWalletRequest reqParams)

Path Parameters

reqParams

The parameters required to create the wallet.

Returns

VyTask<VyWalletDto> A task that represents the asynchronous creation of the wallet.

CreateWallet <VyCreateUnrecoverableWhitelabelWalletRequest>

public static VyTask<VyWalletDto> CreateWallet(VyCreateUnrecoverableWhitelabelWalletRequest reqParams)

Path Parameters

reqParams

The request parameters for creating an unrecoverable wallet.

Returns

VyTask<VyWalletDto> A task that represents the asynchronous operation. The task result contains the created wallet.

CreateWallet <VyCreateWhitelabelWalletRequest>

public static VyTask<VyWalletDto> CreateWallet(VyCreateWhitelabelWalletRequest reqParams)

Path Parameters

reqParams

The request parameters for creating the wallet.

Returns

VyTask<VyWalletDto> A task that represents the asynchronous operation. The task result contains the created wallet.

CreateWallet <VyCreateWalletRequest>

public static VyTask<VyWalletDto> CreateWallet(VyCreateWalletRequest reqParams)

Path Parameters

reqParams

Parameters for wallet creation

Returns

VyTask<VyWalletDto> A task that represents the asynchronous creation of the wallet

Last updated