question

cronuxgames@gmail.com avatar image
cronuxgames@gmail.com asked

How does money work with playfab?

So if I get an in-game sale with steam, where does that money go?

In-Game Economy
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

When a player wants to buy some items. The game should initial the purchase with API StartPurchase then call API PayForPurchase to obtain the URL to start Steam In-Game-Purchase service. After Steam has processed the player’s payment, it will return a Purchase Completed Callback, then the game can call API ComfirmPurchase to end the purchase. Throughout the process, PlayFab only record the RM currency after confirming purchase, which is used to generate the Value-to-Date data.

Here is the document about how the Steam In-Game-Purchase work with PlayFab. You can have a look.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.