#Osiris
1 messages · Page 1 of 1 (latest)
Hi 👋 I want to start by pointing out that we have a feature named Payment Links, but I don't think that is what you're looking for here.
Can you elaborate on what you're currently seeing that you want to change? How are you currently modeling your price structure?
If I have to go with checkout (i.e. there is no other way), I want to show products only if amount > 0.
This price varies set while buying plan is confusing for customer.
As far as I know, that isn't possible. I would suggest trying to create the Subscriptions with just your Premium price, create a webhook endpoint that listens for checkout.session.completed Events, and then immediately update the Subscription with the additional items you want to add.
Yes, thats exactly what I am doing atm.
Can Payment-link feature be used somehow to show only amount of subscription and no details on prices/products ?
No, Payment Links still create Checkout Sessions and use the same UI.
cool, thanks