Fetching Gamepass Dynamic Pricing

Am I able to fetch the regional price for a gamepass since I have some of the prices hard coded into my user interface so I need to make them dynamic to account for the dynamic pricing so it’s not displaying incorrect prices.

I have looked through documentation and it says to use MarketPlace service to fetch the price levels so I looked into function GetUsersPriceLevelsAsync but it just returns API call is not yet released. so I assume it’s not publicly available yet.

Thanks for any replies.

You can use GetProductInfo to return the regional price the player will see.

See the last question answered in the Update section below:

Thanks.

I was trying to do it on the server for some reason, didn’t even consider getting the product info from the client. :man_facepalming:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.