Get custom_fields from the Stripe API — n8n Workflow
Overzicht
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
Gebruikte knooppunten
Workflow-voorvertoning
Hoe het werkt
- 1
Trigger
De workflow start met een handmatig-trigger.
- 2
Verwerking
Gegevens stromen door 4 knooppunten, connecting filter, httprequest, splitout.
- 3
Uitvoer
De workflow voltooit zijn automatisering en levert het resultaat aan de geconfigureerde bestemming.
Knooppuntdetails (4)
HTTP Request
httpRequest
Hoe deze workflow te importeren
- 1Klik op de knop JSON downloaden rechts om het workflowbestand op te slaan.
- 2Open uw n8n-instantie. Ga naar Workflows → Nieuw → Importeren uit bestand.
- 3Selecteer het gedownloade bestand
get-customfields-from-the-stripe-apien klik op Importeren. - 4Stel inloggegevens in voor elk serviceknooppunt (API-sleutels, OAuth, enz.).
- 5Klik op Workflow testen om te controleren of alles werkt, activeer het vervolgens.
Of plak rechtstreeks in n8n → Importeren uit JSON:
Integraties
Gemaakt door
Solomon
@solomon
Tags
Nieuw bij n8n?
n8n is een gratis open-source workflow-automatiseringstool. Host het zelf of gebruik de cloudversie.
n8n gratis ophalen →