Get custom_fields from the Stripe API — n8n Workflow
Übersicht
The Stripe API does not provide custom fields in invoice or charge data. So you have to get it from the Checkout Sessions endpoint.
But that endpoint is not easy for begginners. It has dictionary parameters and pagination settings.
This workflows solves that problem by having a preconfigured GET request that gets all the checkout sessions from the last 7 days.
It then transforms the data to make it easier to work with and allows you to filter by the custom_fields you want to get.
Want to gen
Verwendete Knoten
Workflow-Vorschau
So funktioniert es
- 1
Auslöser
Der Workflow startet mit einem manuell-Auslöser.
- 2
Verarbeitung
Die Daten fließen durch 4 Knoten, connecting filter, httprequest, splitout.
- 3
Ausgabe
Der Workflow schließt seine Automatisierung ab und liefert das Ergebnis an das konfigurierte Ziel.
Knotendetails (4)
HTTP Request
httpRequest
So importieren Sie diesen Workflow
- 1Klicken Sie rechts auf die Schaltfläche JSON herunterladen, um die Workflow-Datei zu speichern.
- 2Öffnen Sie Ihre n8n-Instanz. Gehen Sie zu Workflows → Neu → Aus Datei importieren.
- 3Wählen Sie die heruntergeladene Datei
get-customfields-from-the-stripe-apiund klicken Sie auf Importieren. - 4Richten Sie Anmeldedaten für jeden Dienstknoten ein (API-Schlüssel, OAuth usw.).
- 5Klicken Sie auf Workflow testen, um zu überprüfen, ob alles funktioniert, und aktivieren Sie es dann.
Oder direkt in n8n → Aus JSON importieren einfügen:
Integrationen
Diesen Workflow holen
Herunterladen und mit einem Klick importieren
JSON herunterladenAuf n8n.io ansehenErstellt von
Solomon
@solomon
Tags
Neu bei n8n?
n8n ist ein kostenloses Open-Source-Workflow-Automatisierungstool. Selbst hosten oder die Cloud-Version nutzen.
n8n kostenlos holen →