#HugoDuprez
1 messages · Page 1 of 1 (latest)
hi! no, that's not a parameter that's accepted. I'm not entirely clear how the concept would be connected to creating a PortalSession for a customer to self-manage their subscription, what's the wider use case?
We use this to let the user manage it's subscription plan. From what I saw it's pretty the same thing as just redirect to the Portal link I can find on our Stripe UI?
Which should be the equivalent of this?
that setting is mapped to this API parameter : https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-proration_behavior
setting it to always_invoice in this case
But the user will keep the proration discount right?
not sure what you mean but yes, proration of the change that the user is making will happen
And this also reset the billing cycle to now?
if using always_invoice, yes
fine!