#phonicuk-subscription customer portal
1 messages ยท Page 1 of 1 (latest)
afternoon ๐
you can redirect them to a Customer Billing Portal https://stripe.com/docs/api/customer_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.
Ah excellent, thanks!
let me know if you need any more help
So I just need their customer ID to do that and it'll find all their associated subscriptions etc
yes
so if what I have is the subscription ID only I'll just need to do another lookup to extract the customer ID and then send them off to the portal
yeah you'd have to retrieve the subscriptionId and you'll get the customerId from the returned object
cool, perfect - thank you kindly ๐
you're more than welcomed