#lmifflen
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- lmifflen, 3 days ago, 11 messages
Hi 👋 where are you seeing that message surfaced, is it in an error being included in the response to a request you're making?
Yes. When I do the
```...
I get this error:
```StripeInvalidRequestError: The PortalConfiguration's `subscription_cancel` feature is disabled.
at StripeError.generate (webpack-internal:///(rsc)/./node_modules/stripe/esm/Error.js:22:20)
at res.toJSON.then._Error_js__WEBPACK_IMPORTED_MODULE_0__.StripeAPIError.message (webpack-internal:///(rsc)/./node_modules/stripe/esm/RequestSender.js:102:82)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'StripeInvalidRequestError',
raw: {
message: "The PortalConfiguration's `subscription_cancel` feature is disabled.",
request_log_url: 'https://dashboard.stripe.com/test/logs/req_6xVexnWr9dKRbx?t=1699369066',
type: 'invalid_request_error',
headers: {
server: 'nginx',
date: 'Tue, 07 Nov 2023 14:57:46 GMT',
'content-type': 'application/json',
'content-length': '241',
connection: 'keep-alive',
'access-control-allow-credentials': 'true',
'access-control-allow-methods': 'GET,HEAD,PUT,PATCH,POST,DELETE',
'ac
....
Oh, I think I know what's going on. If you don't specify a Portal Configuration to use via the configuration parameter, then the system uses the default configuration that is configured in your dashboard here:
https://dashboard.stripe.com/test/settings/billing/portal
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I think that's it. That's what I was looking for. Thanks.