Web Scraping & Data Extraction

0707 HTTP Stripe Create Webhook

0707 HTTP Stripe Create Webhook

Manual
High
10
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
10
Node Types
6

Node Types

http Request
POST Sales Receipt, GET Quickbooks Customer, POST Sales Receipt To QuickBooks
3 nodes
stripe
Get Stripe Customer
1 node
stripe Trigger
New Payment
1 node
if
If Customer Exists
1 node
merge
Use Stripe Customer, Merge Stripe and QuickBooks Data, Merge Payment and QuickBooks Customer
3 nodes
quickbooks
Create QuickBooks Customer
1 node

Workflow JSON

13.73 KB
{
  "meta": {
    "instanceId": "6f3fb2495ae05d668c93cbf9e1649128d6e08178f8a900941cf97e588f18fdfc",
    "templateCredsSetupCompleted": true
  },
  "name": "0707 HTTP Stripe Create Webhook",
  "nodes": [
    {
      "id": "7fe02521-c46a-4314-9387-b7b4983fa859",
      "name": "POST Sales Receipt",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1320,
        -120
      ],
      "parameters": {
        "url": "https://sandbox-quickbooks.api.intuit.com/v3/company/9341453851324714/salesreceipt?minorversion=73",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"Line\": [\n    {\n      \"Description\": \"{{ $json.data.object.description }}\",\n      \"DetailType\": \"SalesItemLineDetail\",\n      \"SalesItemLineDetail\": {\n        \"TaxCodeRef\": {\n          \"value\": \"NON\"\n        },\n        \"Qty\": 1,\n        \"UnitPrice\": {{ $json.data.object.amount_received / 100 }},\n        \"ItemRef\": {\n          \"name\": \"Subscription\"...

Showing first 1000 characters. Click "Expand" to view the full JSON.