Get custom_fields from the Stripe API — n8n Workflow
Overview
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
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a manual trigger.
- 2
Process
Data flows through 4 nodes, connecting filter, httprequest, splitout.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (4)
HTTP Request
httpRequest
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
get-customfields-from-the-stripe-apifile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Solomon
@solomon
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →