Skip to main content
Question

Can users of Web Billing (RevenueCat Billing) use Customer Center?

  • February 11, 2026
  • 1 reply
  • 41 views

ole_berlin
Forum|alt.badge.img+3

Hey, we have a flutter app for iOS that uses the RC SDK. I now want to build web funnels using RC Web Billing. In the app settings we have a button to “manage your subscription”. I’m wondering what that means for users who purchased a subscription via Web Billing.

  • As I understand, they also have the entitlement (if set up correctly) and the flutter sdk knows about the subscription
  • Can they cancel / change their subscription in Customer Center?
  • If not, what will be displayed for them in Customer Center?
  • Should we then disable the link for them? And how do I do that? Is there a flag available in the customer data I can use to disable the link?

Thanks

This post has been closed for comments

1 reply

joan-cardona
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • February 13, 2026

Hi ​@ole_berlin,

You’re correct - if a customer purchases a subscription via Web Billing, they’ll receive the corresponding entitlement just as they would with a mobile purchase.

When they open the management URL through Customer Center, they’ll receive an email with a secure link that allows them to update or cancel their subscription.

You can also customize which actions are visible in Customer Center directly from the dashboard, giving you control over how it looks in your app.

 

Best,