CreateWallet
Creates a new wallet for the application.
Server Authoritative (default)
Overloads
CreateWallet <VyCreateApplicationWalletRequest>
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>
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>
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>
Path Parameters
reqParams | Parameters for wallet creation |
Returns
VyTask<VyWalletDto> A task that represents the asynchronous creation of the wallet
Last updated