Skip to main content
Question

Stripe products not appearing in getOfferings() in RevenueCat Web SDK

  • May 31, 2026
  • 0 replies
  • 10 views

Forum|alt.badge.img

I’m building a web-based TV app where users scan a QR code on the TV to complete payment on their phone. I’m using purchases-js and calling getOfferings() to display products for the current offering.

However, the packages array is coming back empty, even though I’ve created a Stripe product for each package under each offering.

I noticed that when I add a Web Billing product, it shows up correctly in the offerings, but the Stripe products do not appear.

Is this expected behavior for the Web SDK, or am I missing a required configuration step for Stripe products to be available through getOfferings() in a web application?