Wallet Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides an app access to its Wallet items.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The Wallet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Clear | Deletes all items owned by your app from the wallet. |
![]() ![]() | FindItem | Searches for a wallet item with the specified Id. |
![]() ![]() | GetItemsAsync | Asynchronously retrieves a list of all wallet items owned by your app. |
![]() ![]() | Remove(String) | Deletes the wallet item with the given ID from wallet. |
![]() ![]() | Remove(WalletItem) | Deletes the specified wallet item from the wallet. |
Capabilities
If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.
ID_CAP_WALLET | Windows Phone 8 |
For more info, see App capabilities and hardware requirements for Windows Phone 8.

