#hanna02719
1 messages · Page 1 of 1 (latest)
You may refer to the guide here for the customisation on the billing portal here: https://stripe.com/docs/customer-management/configure-portal
want to show additional information in subscription area?
What type of information are you referring to?
some additional information from my DB about subscription
You may add the information in description of a subscription, so that it will be shown in billing portal: https://stripe.com/docs/api/subscriptions/update#update_subscription-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you