Files × Payments
Google DriveStripeAGNT

Automate Google Drive + Stripe

Where the documents live — and pile up. Payments, subscriptions and the events behind revenue. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Document Extractor → Get AGNT free

Document Extractor is a ready-made agent built around Google Drive; point its last step at Stripe to finish this hand-off.

Automations teams run

Each of these runs with a reasoning step between the two tools, so what reaches Stripe is a decision about the Google Drive event rather than a transcription of it.

When a file lands in a folder in Google Drive…

…an agent can look up customers and charges in Stripe — after reading the context and deciding it should.

When a doc is updated in Google Drive…

…an agent can summarise revenue activity in Stripe — after reading the context and deciding it should.

When a file is shared in Google Drive…

…an agent can flag anomalies in Stripe — after reading the context and deciding it should.

When a payment succeeds or fails in Stripe…

…an agent can read and summarise documents in Google Drive — with the reasoning recorded in the run’s receipt.

When a subscription changes in Stripe…

…an agent can file outputs into folders in Google Drive — with the reasoning recorded in the run’s receipt.

When a dispute opens in Stripe…

…an agent can export and convert formats in Google Drive — with the reasoning recorded in the run’s receipt.

Copy this Google Drive → Stripe workflow

Start with the google-drive-api node and the stripe-invoice node. Configure the Google Drive source payload, the agent input, and the Stripe operation. The sequential template does not implement conditional writes or approval by itself.

Google Drive to Stripe: run on a schedule → read google drive → review source and draft → configure destination in stripe TRIGGER trigger-timer Run on a schedule Configure activation ACTION google-drive-api Read Google Drive Configure inputs ACTION agnt-agent Review source and draft Configure inputs ACTION stripe-invoice Configure destination in Stripe Configure inputs
Setup template for Google Drive and Stripe; verify data mapping and authorization using test accounts.
Google Drive → StripeSetup template · configure before activation

This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.

{
  "id": "9f518a24-5385-4a0c-a3c3-9cbc2f3be854",
  "name": "Google Drive → Stripe",
  "nodes": [
    {
      "id": "dbf77a9a-82f3-4a5f-a4a6-2bcdf322078e",
      "text": "Run on a schedule",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "trigger-timer",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {
        "fireOnStart": "No",
        "scheduleType": "Interval",
        "schedule": "Every 15 Minutes"
      },
      "description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "6140353b-227c-49dc-a5ce-fb798852c750",
      "text": "Read Google Drive",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "google-drive-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "LIST_FILES",
        "folderId": "CONFIGURE_FOLDERID"
      },
      "description": "Setup template for Google Drive API. Interact with Google Drive to perform various operations on files and folders. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "b276ccbc-0fbb-41ab-a167-9b85548a5612",
      "text": "Review source and draft",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "agentId": "CONFIGURE_AGENTID",
        "message": "Read the Google Drive item. Decide whether it warrants action in Stripe, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
      },
      "description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "4fadad97-cb6d-45e0-a369-83d9632db708",
      "text": "Configure destination in Stripe",
      "x": 512,
      "y": 720,
      "isEditing": false,
      "type": "stripe-invoice",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "customerEmail": "CONFIGURE_CUSTOMEREMAIL",
        "dueDate": "CONFIGURE_DUEDATE",
        "currency": "USD",
        "amount": 1,
        "description": "CONFIGURE_DESCRIPTION",
        "lineItems": []
      },
      "description": "Setup template for Stripe API. Create and send a Stripe invoice with support for single or multiple line items Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "bf13867d-9593-4eb6-afb5-e4b33f5f4a98",
      "start": {
        "id": "dbf77a9a-82f3-4a5f-a4a6-2bcdf322078e",
        "type": "output"
      },
      "end": {
        "id": "6140353b-227c-49dc-a5ce-fb798852c750",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "2ddc9ba1-5cb6-4c6b-aa05-8216678179fe",
      "start": {
        "id": "6140353b-227c-49dc-a5ce-fb798852c750",
        "type": "output"
      },
      "end": {
        "id": "b276ccbc-0fbb-41ab-a167-9b85548a5612",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    },
    {
      "id": "8f435c4e-b03b-43e6-abaf-5ec2f811f5c4",
      "start": {
        "id": "b276ccbc-0fbb-41ab-a167-9b85548a5612",
        "type": "output"
      },
      "end": {
        "id": "4fadad97-cb6d-45e0-a369-83d9632db708",
        "type": "input"
      },
      "startX": 800,
      "startY": 552,
      "endX": 512,
      "endY": 744
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Configure Google Drive API

Interact with Google Drive to perform various operations on files and folders.

  • action — The action to perform on Google Drive Current example: LIST_FILES.
  • folderId — The ID of the folder (for LIST_FILES, UPLOAD_FILE, CREATE_FOLDER) Current example: CONFIGURE_FOLDERID.

Configure Stripe API

Create and send a Stripe invoice with support for single or multiple line items

  • customerEmail — Email address of the customer to bill Current example: CONFIGURE_CUSTOMEREMAIL.
  • dueDate — Due date for the invoice (YYYY-MM-DD) Current example: CONFIGURE_DUEDATE.
  • currency — Currency for the invoice Current example: USD.
  • amount — Amount in cents for single item (e.g., 1000 for $10.00) Current example: 1.
  • description — Description for single item invoice Current example: CONFIGURE_DESCRIPTION.
  • lineItems — Array of line items for the invoice. Each item must have 'description' and 'amount' (in cents). Example: [{"description": "Consulting", "amount": 5000, "quantity": 2}] Current example: [].

Install Document Extractor

Document Extractor is a working agent built around Google Drive. Install it, point its last step at Stripe, and you have this hand-off without building it from an empty canvas.

Runs on your own machine · See what it does

Build it in AGNT

  1. Download AGNT Community Core — free and local-first.
  2. Connect Google Drive with one OAuth sign-in and Stripe with an API key pasted into the vault; both land in the local vault.
  3. Start from a marketplace workflow, or drop google-drive-api and stripe-invoice onto the canvas with an agent between them.
  4. Put an approval gate on anything consequential, then run it — the receipt shows what was read in Google Drive and what was written to Stripe.

Google Drive and Stripe — common questions

Can I connect Google Drive to Stripe without writing code?

No code is required. Add both connections in the vault (Google Drive uses one OAuth sign-in, Stripe uses an API key pasted into the vault), then either install a marketplace workflow for this pair or drag the two nodes onto the canvas and put an agent between them.

How is this different from a field-mapping Google Drive to Stripe automation?

Mapping tools move data; this reasons about it. Rather than copying a field into Stripe, the agent can weigh what arrived from Google Drive, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.

Does my Google Drive and Stripe data leave my machine?

Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: Google Drive, Stripe, and your chosen model provider — which can be a local one.

What does a Google Drive and Stripe run leave behind?

Every run is recorded end to end — the Google Drive items examined, the decision and its reasoning, the resulting Stripe write. That record is what makes it reasonable to let this run unattended, and what lets you widen its remit on evidence.

Give AI a job. Get the proof.