#SMED-customerportal
1 messages ยท Page 1 of 1 (latest)
cus_M5PMIXqZHmwEDZ
And do you have the request you used most recently to create the customer portal session?
That's the request to create the configuration - I'm specifically asking for the request that generates the link to the portal session
this ?req_MVWm6DS21qxvct
Yup that's what I'm looking for! Is there a reason you're not passing in the billing portal configuration object you just created with that request? I'd expect you to pass it in here: https://stripe.com/docs/api/customer_portal/sessions/create#create_portal_session-configuration
Or if you're trying to change the default configuration, you shouldn't be creating a new one - you would need to retrieve the default and then update that one
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I passed the configuration id and it worked! Thanks you a lot again!