Skip to main content

Credit card payment reminder & tracking-for Taiwan banks

Workflow preview

Workflow preview
100%
Credit card payment reminder & tracking-for Taiwan banks preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Workflow Description This workflow automates the processing of credit card statement emails from multiple banks. It extracts important payment details, stores them in Google Sheets , and creates ca...

Best for

  • Invoice Processing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.gmailtrigger, n8n-nodes-base.extractfromfile, n8n-nodes-base.set, n8n-nodes-base.googlecalendar

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by darrell_tw.

Original n8n.io source

1.1 Workflow description

Title
Credit card payment reminder & tracking-for Taiwan banks
Workflow name
Credit card payment reminder & tracking-for Taiwan banks

Workflow Description

This workflow automates the processing of credit card statement emails from multiple banks. It extracts important payment details, stores them in Google Sheets, and creates calendar reminders in Google Calendar. Additionally, it allows users to update the payment status once the bill has been paid.


Key Features

  1. Email Processing: Retrieves credit card statement emails from eight Taiwanese banks.
  2. PDF Parsing: Extracts payment due date and amount from email content or attached PDF files.
  3. Google Sheets Integration: Logs extracted data into a Google Sheets document for record-keeping.
  4. Google Calendar Integration: Creates Google Calendar events as reminders for due payments.
  5. Webhook for Payment Updates: Allows users to update the payment status via a webhook.

Node Configurations

1. Email Retrieval

  • Purpose: Fetches credit card statement emails from Gmail.
  • Configuration:
    • Email Filters:
      • SinoPac Bank: from:(newebill.banksinopac.com.tw) SinoPac Bank Credit Card E-Statement Notification
      • Cathay United Bank: from:([email protected]) Cathay United Bank Monthly E-Statement
      • CTBC Bank: from:([email protected]) CTBC Bank Credit Card E-Statement
      • Taipei Fubon Bank: from:([email protected]) Taipei Fubon Bank Credit Card Statement
      • E.SUN Commercial Bank: from:([email protected]) E.SUN Commercial Bank Credit Card E-Statement
      • DBS Bank: from:([email protected]) DBS Bank Credit Card E-Statement
      • Union Bank of Taiwan: from:(聯邦銀行信用卡) Union Bank of Taiwan Credit Card E-Statement (Year Month)
      • Taishin International Bank: from:([email protected]) Taishin International Bank Credit Card E-Statement

2. Extract Payment Information

  • Purpose: Extracts payment due date, total amount, and minimum payment amount.
  • Methods:
    • Text-based Extraction: Uses regex to parse email body.
    • PDF Parsing: Extracts text from PDF attachments.

3. Data Processing and Storage

3.1. Consolidate Extracted Data
  • Purpose: Standardizes extracted payment details.
  • Data Fields:
    • payment_due_date
    • payment_amount
    • minimum_payment
    • email_id
    • bank
    • email_subject
3.2. Google Sheets Integration
  • Purpose: Stores the extracted data in a structured format.
  • Configuration:
    • Sheet Name: n8n-Credit Card Payment Reminder
    • Columns:
      • calendar_id
      • Paid
      • Billing Period
      • Amount
      • Minimum Payment
      • Bank
      • email_id

4. Google Calendar Integration

4.1. Create Calendar Reminders
  • Purpose: Generates reminders for upcoming payments.
  • Configuration:
    • Event Title: Credit Card Payment - {{ bank }}
    • Due Date: payment_due_date
    • Reminders:
      • 30 minutes before
      • 60 minutes before
      • 1 day before
4.2. Update Payment Status
  • Purpose: Updates the calendar event once payment is made.
  • Configuration:
    • Webhook URL: Automatically updates the Google Calendar event title and description.

5. Webhook for Payment Updates

  • Purpose: Users can mark a payment as paid via a webhook.
  • Configuration:
    • Webhook Path: darrell_demo_creditcard_pay_update_path
    • Updates:
      • Marks the payment as Paid
      • Updates Google Calendar and Google Sheets

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking 'Test workflow'

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 3 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 4 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Gmail-SINOPAC

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.2

Block 13 - SINOPAC_PDF

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 14 - SINOPAC_set field

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Organize Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 16 - Create Google Calendar Event

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 17 - Update Google Calendar - change status

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 18 - Cathay_set field

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Gmail-CTBC

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.2

Block 20 - CTBC _set field

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Gmail-Cathay

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.2

Block 22 - Gmail-Fubon

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.2

Block 23 - Fubon_PDF

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 24 - Fubon_set field

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Showing the first 24 of 39 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Credit card payment reminder & tracking-for Taiwan banks
Complexity advanced
Nodes 39
Categories Invoice Processing
Author darrell_tw
Published 08 Feb 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2867/2867.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Credit card payment reminder & tracking-for Taiwan banks do?

Workflow Description This workflow automates the processing of credit card statement emails from multiple banks. It extracts important payment details, stores them in Google Sheets , and creates ca...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing use case.