#aurelian-spodarec_docs

1 messages ยท Page 1 of 1 (latest)

tribal cosmosBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1336310004436832257

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

jade bluff
#

Hi
Could you please share more details about your ask ?

prisma granite
#

Hey! I'm building an app and when I try to "Manage Subscriptions" I get this error:

[ Server ] Error: Cannot enable subscription updates while payment method update is disabled.

Which makes me think I need to enable something in the Striipe dashboard.

However, I'm not sure where that is, what this is, what I'm supposed to enable - I don't see any option in stripe that enables or disables this.

jade bluff
prisma granite
#

Would that be this?

1_$ACTION_ID_7f4bc469bd8eca69870584864c3587ca8c98e1d997: 
0: ["$K1"]
jade bluff
#

No, this is not a Stripe Id.

#

it should be req_..

prisma granite
#

Hmmmm. It seems like I don't have any logs here

Even if I have all the filters selected, there don't seem to be any logs here.

#

I wonder, perhaps I haven't setup this correctly.

Maybe I need to setup the URL and listen to hooks? But if I did manage to subscribe a user, and the test user is paying on subscription - and that seems to work.

Do I need to listen for stripe webhook to update payment? Say something like this?
stripe listen --forward-to localhost:3000/api/stripe/webhook

But I do have a paying test user, just can't seem to manage its subscription.

jade bluff
#

If the error was related to Stripe API call then you should have a requestId, otherwise this error is in your integration

prisma granite
#

Hmmm, alright, will double check

#

OH, is it this one? requestId: 'req_HzawQauJrSBfdT',

#

That's the full object:

โจฏ [Error: Cannot enable subscription updates while payment method update is disabled.] {
  type: 'StripeInvalidRequestError',
  raw: [Object],
  rawType: 'invalid_request_error',
  code: undefined,
  doc_url: undefined,
  param: undefined,
  detail: undefined,
  headers: [Object],
  requestId: 'req_HzawQauJrSBfdT',
  statusCode: 400,
  userMessage: undefined,
  charge: undefined,
  decline_code: undefined,
  payment_intent: undefined,
  payment_method: undefined,
  payment_method_type: undefined,
  setup_intent: undefined,
  source: undefined,
  digest: '3881295320'
}
jade bluff
#

Thanks, checking...

prisma granite
#

Oh Yeah

#

This is great docs

#

Thank you very much.

#

It worked. I need to get myself familiar with stripe a bit more. Seems like a silly mistake

#

Really appriciate the help! ๐Ÿ™‚

#

Seems like it worked ^^

#

Your subscription will be cancelled on 4 February 2026.

#

Awesome! ๐Ÿ˜„

jade bluff
#

Great!