Stripe - Create Invoice

Describe the problem/error/question

I need to create Stripe invoice, right after I create Stripe customer. I cannot see in N8N Stripe node that I can use. Could you please help me understand how to create Stripe invoice?

What is the error message (if any)?

Please share your workflow

(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: Version 1.31.2
  • Database (default: SQLite): PostgreSQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello, @Angel_Todorov ,
If this node doesn’t support the operation you want to do, you can use the HTTP Request node to call the service’s API.

Inside the HTTP node you have ability to convert cURL, so just go https://docs.stripe.com/api/invoices/create
copy cURL and past it to HTTP node.

1 Like

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