Get custom_fields from the Stripe API — n8n ワークフロー
概要
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
使用ノード
HTTP Request
ワークフロープレビュー
S
split custom_fields
Stripe | Get latest chec…
F
Filter by custom_field
S
split all data
4 nodes3 edges
仕組み
- 1
トリガー
このワークフローは 手動 トリガーで開始します。
- 2
処理
データは 4 個のノードを流れます, connecting filter, httprequest, splitout。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (4)
HT#1
HTTP Request
httpRequest
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
get-customfields-from-the-stripe-apiファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Get custom_fields from the Stripe API", "nodes": [...], ...}
インテグレーション
filterhttprequestsplitout
作成者
Solomon
@solomon
タグ
filterhttprequestsplitout