#smartge3k
1 messages · Page 1 of 1 (latest)
Generally we recommend only showing this link to folks who have authenticated on your website in some way, so you can hide it behind an auth of some sort. That being said, if you're worried about the possibility of a bad actor getting ahold of it, you can also restrict what they can do in the Billing Portal by changing the configuration object: https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features
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