๐Ÿงพ Get custom_fields from the Stripe API

โšก 1,027 views ยท ๐Ÿงพ Invoice Processing

Description

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 generate Stripe invoices automatically?

Open ๐Ÿ‘‰ this workflow .

Check out my other templates

https://n8n.io/creators/solomon/

๐Ÿ”— Nodes Used

HTTP Request, Filter

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup