Skip to main content

[Feature Request] WebBilling widget to embed in website

  • September 24, 2025
  • 3 replies
  • 50 views

Forum|alt.badge.img+4

I love the WebBilling feature, but thought it would be even more powerful to be able to embed the products of a offering as part of my webpage.

So for example when a user clicks on a package it would navigate directly to the checkout page.

This would make the integration more seamless for users checking out my webpage being able to see the different packages and purchase right away; for example from a landing page.

It will also give developers more tools to customize how the packages are shown.

This post has been closed for comments

3 replies

guilherme
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • September 26, 2025

Hey ​@ibrael ,

Thanks for sharing that!

Just wondering, are you using Web Purchase Links in your app? I ask this as something as of a workaround that could fit with what you’re looking for is that you can set your URL to open on a specific checkout if you pass the package ID in:

It's possible to skip this page, and pre-select a package by passing a package_id URL parameter.

Allows you to pre-select a package by referencing a RevenueCat package_id for a package in the offering, and send users directly to the checkout page.

 

A URL in this format would look like this:

https://pay.rev.cat/<generated_token>?package_id=YOUR_PACKAGE_ID

 


Forum|alt.badge.img+4
  • Author
  • New Member
  • October 3, 2025

 

Just wondering, are you using Web Purchase Links in your app?

 

No net yet.

I use the Web Billing feature as a direct link to the web-paywall (with only one option).
This is referenced from Posters & QR codes with “sale offers” when i’m at different exhibitions etc.

I thought it would be nice to have the same flexibility to use different offers in the app-webpage like an iFrame widget to directly access the relevant offering.

But i see it can be done with passing the package_id directly in the URL, just adds a little extra maintenance when changing offerings, but it’s manageable.


guilherme
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • October 9, 2025

Thanks ​@ibrael , and I see what you mean! 

I will pass this feedback to the team for consideration though, thanks for sharing.