{
  "name": "Get custom_fields from the Stripe API",
  "nodes": [
    {
      "id": "654e210f-08b1-4ba4-b464-9499084092a2",
      "name": "split custom_fields",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        980,
        640
      ]
    },
    {
      "id": "9b1a4071-7dd8-4d60-b077-d686fff40d24",
      "name": "Stripe | Get latest checkout sessions1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        460,
        640
      ]
    },
    {
      "id": "17016a73-5338-49c7-af8d-8587c778c2f6",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        240
      ],
      "parameters": {
        "width": 252.741654751449,
        "height": 593.3373455805055,
        "content": "## Retrieve all checkout sessions from the last 7 days.\n\nYou can adjust the period by changing the \"created\" value.\n\n[🔍 Learn more about the \"created\" parameter](https://docs.stripe.com/api/checkout/s"
      }
    },
    {
      "id": "e46a5332-a008-4617-be57-eb22e713022d",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        700,
        545
      ],
      "parameters": {
        "width": 451.2991079615292,
        "height": 267.24226082469556,
        "content": "## Split data for easier visualization"
      }
    },
    {
      "id": "ebf8a12a-787c-4ab8-9060-2241bbf38489",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1220,
        237
      ],
      "parameters": {
        "width": null,
        "height": 598.2429925878827,
        "content": "## Select the custom fields you want\n\nHere you can choose to filter your contacts to keep only the ones who contain certain custom_fields.\n\nLet's say you only want the ones who have filled their nickn"
      }
    },
    {
      "id": "e9c54905-dadb-4b5e-9ce0-cfe7d436c51e",
      "name": "Filter by custom_field",
      "type": "n8n-nodes-base.filter",
      "position": [
        1280,
        640
      ]
    },
    {
      "id": "14915079-68ba-48ab-9a9d-fe627aa2bd33",
      "name": "split all data",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        760,
        640
      ]
    }
  ],
  "connections": {
    "split all data": {
      "main": [
        [
          {
            "node": "split custom_fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "split custom_fields": {
      "main": [
        [
          {
            "node": "Filter by custom_field",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Stripe | Get latest checkout sessions1": {
      "main": [
        [
          {
            "node": "split all data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}