question

brendan avatar image
brendan asked

Withdraw money/pay out feature

Question from a developer:

We're trying to add a feature to our game that will let players deposit and withdraw real-world money. Is that possible in PlayFab?

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

·
brendan avatar image
brendan answered

PlayFab isn't a payment provider directly - we integrate with a range of providers, including those that are receipt-only (like iOS and Android) as well as those that have multi-stage card experience we can plug into (like Steam and PayPal). We do not directly support pay-out to players, but if you are working with a payment provider that does, you could either use a custom game server to enabel that or, if they have a Web API, you could use that via Cloud Script's http.request().

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.