#SMED-customerportal

1 messages ยท Page 1 of 1 (latest)

fervent gyro
#

๐Ÿ‘‹ Let me take a look

#

Can you share the customer ID you're testing with?

regal gust
#

cus_M5PMIXqZHmwEDZ

fervent gyro
#

And do you have the request you used most recently to create the customer portal session?

regal gust
#

yes

#

req_8JklXziCaQErTK

fervent gyro
#

That's the request to create the configuration - I'm specifically asking for the request that generates the link to the portal session

regal gust
#

this ?req_MVWm6DS21qxvct

fervent gyro
#

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

regal gust
#

I passed the configuration id and it worked! Thanks you a lot again!