Hi, I have setup a store for my game which contains some items that can be bought using real money. I have few questions about it:
Answer by Citrus Yan · Jul 09, 2020 at 09:07 AM
PlayFab itself does not offer the payment processing feature, however, it supports IAP (The "RM" (Real Money) VC type is reserved for real money purchases ) and Non-receipt payment processing, players can use any currency specific to their countries/regions to purchase items from PlayFab. Please check out these docs:
Getting started with PlayFab, Unity IAP, and Android
Non-receipt payment processing
As stated above, PlayFab itself does not offer payment processing, it’s only used with other payment providers to verify purchases and therefore grant specific items for the players.
As mentioned in this doc: Non-receipt payment processing, for Non-receipt payment processing, we support Facebook, PayPal, Xsolla, and Steam.
For IAP, we support IOS & Android purchases.
You can make refunds on whatever the payment platform you’re using and use RevokeInventoryItems/RevokeInventoryItem to revoke items for the player.
Yes, PlayFab offers Custom stores for player segments, which can be used to show custom store to each player based on their game performance/level, please navigate to the link to learn more.
How to implement Daily rewards with Playfab? 1 Answer
Grant initial inventory to new player. 2 Answers
Player purchased an item bundle but the contents weren't given to the player 1 Answer
OAuth consent screen and Playfab: Can't verify because I don't own playfab.com domain 3 Answers
What happened to the OneSignal addon? (having iOS push errors with PlayFab) 1 Answer