Economy v2 is now Generally Available. For support and feedback, go to the PlayFab Forum.
CollectionIds and having multiple inventories per player can be found here.
Some events such as CollectionCreated and CollectionDeleted aren’t presented in the transaction history.
Getting a Player’s Transaction History
Game Manager
- In Game Manager, navigate to
Players - Select the player you wish to view, then go to
Transaction History
API
You can use theGetTransactionHistory API to get player’s transaction history. A CollectionId parameter is passed in to indicate which Inventory Collection’s History to view. Player’s are limited to only accessing their own transaction histories. Title Entities can pass in an Entity parameter to indicate which player’s transaction history they wish to access.
The Filter parameter can be used to pass in timestamp constraints that allow you to see a specific time window of transactions. Filter only supports timestamp ge (greater-than-or-equal) and timestamp le (less-than-or-equal) and there’s a maximum limit of a six-month long timestamp period for viewing transaction history.
An example GetTransactionHistory request:
Continuation Tokens
TheContinuationToken field that is returned from a response can be passed into a transaction history request to paginate through multiple counts of results.