Skip to main content
Solved

Show app prices from website

  • March 31, 2026
  • 3 replies
  • 24 views

Forum|alt.badge.img

I have an app with a few subscriptions that I imported into RC. Then my paywall is shown in the app and you can pay through it. Everything working fine.

 

I also have a website for this app where I have a section talking about the subscription but I can’t show the prices since each country has a specific price. How could I solve this? I don’t want user to pay from website, just check the prices.

Right now I’m saying “go to the app to check prices” but that’s awful from a marketing PoV.

Best answer by Tarek

Hello there!

 

Tarek from the support team here, happy to assist you!

 

Unfortunately, RevenueCat doesn't expose prices from stores, as those are fetched and are only available client side by the SDK for each platform.

 

That said, both Apple and Google provide server-side APIs you can use to fetch localized prices and display them on your website:

For Apple, you can use the App Store Connect API and the pricePoints endpoint. It returns localized prices per territory for a given subscription. You can filter by territory if needed.

 

For Google Play, the monetization.subscriptions endpoints return subscription details including per-country prices.

 

Let me know if you need help with anything else!

 

Best,

3 replies

Tarek
RevenueCat Staff
Forum|alt.badge.img+4
  • RevenueCat Staff
  • Answer
  • April 2, 2026

Hello there!

 

Tarek from the support team here, happy to assist you!

 

Unfortunately, RevenueCat doesn't expose prices from stores, as those are fetched and are only available client side by the SDK for each platform.

 

That said, both Apple and Google provide server-side APIs you can use to fetch localized prices and display them on your website:

For Apple, you can use the App Store Connect API and the pricePoints endpoint. It returns localized prices per territory for a given subscription. You can filter by territory if needed.

 

For Google Play, the monetization.subscriptions endpoints return subscription details including per-country prices.

 

Let me know if you need help with anything else!

 

Best,


Forum|alt.badge.img
  • Author
  • New Member
  • April 2, 2026

Perfect, thanks


Tarek
RevenueCat Staff
Forum|alt.badge.img+4
  • RevenueCat Staff
  • April 3, 2026

You're welcome!

 

All the best,