#Nir Lev Ari
1 messages · Page 1 of 1 (latest)
Hi there, so you don't want to offer plan update option in the billing portal?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes! but only for some users (we have conditions)
I try to create a new configuration for billing portal
You can disable it by setting subscription_update.enabled to false (https://stripe.com/docs/api/customer_portal/configurations/create?lang=ruby#create_portal_configuration-features-subscription_update-enabled)
What do you mean all other data?
like payment method, billing info and more
I need to remove only the "Update plan" button
You can turn on the feature that you need. For example you can turn on invoice_history https://stripe.com/docs/api/customer_portal/configurations/create?lang=ruby#create_portal_configuration-features-invoice_history to show the invoice history.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
cool!
Thanks man!!!
by the way, with the billing portal configuration I can control on the update plan trail ended?
I mean if the customer click on Update plan button it's change the plan but remove the trail time
Hi! I'm taking over this thread.
You mean you want to keep the free trial when the customer update its plan?
No I don't think so.