Stripe n8n node webhook fails

Describe the problem/error/question

Hi, I’m new with n8n and I’m trying to work with Stripe for some payments.
The thing is that I’ve completed my account within Stripe already so the only thing that last is connect it in n8n.
My node is already connected and credentials done, but I need to tesis it locallysince I’m using a local version.
I’ve have also donwnload Stripe cli and execute this command using my local webhook:

This is the node settings:

What is the error message (if any)?

Please share your workflow

I have only a Stripe trigger working

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.93.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Windows 11

Hi,

The issue is that it’s a localhost URL. If you ran this on n8n cloud it would work. You can read on how to fix this on Docker | n8n Docs

But it’s just recommended for development. I would recommend docker-compose with a domain for production.

1 Like

Thanks for your response.
At the end I used ngrok in order to give stripe a valid url to my localhost

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.