Log successful Adyen payments to Google Sheets and Slack

The moment Adyen confirms a card payment, we add a row to your Google Sheets ledger and post a short heads-up to your team's Slack channel.

Deterministic Code
AdyenGoogle SheetsSlack BotFinanceOperationsNotifications & AlertsData Sync
PromptCreate

Set up a webhook trigger that receives Adyen AUTHORISATION notifications. For each notification where the success flag is true, run these two steps in order. When success is false, do nothing.

Step 1. Use the Google Sheets Append Values operation to add a new row to a designated ledger spreadsheet. Populate one column per field from the webhook payload: the event timestamp, pspReference, merchantReference, shopper email, amount, currency code, and payment method name. Adyen sends the amount value in the smallest currency unit, so divide by 100 for most currencies before writing it to the sheet so the ledger shows human amounts (for zero-decimal currencies like JPY, write the value as is).

Step 2. Use the Slack Bot Send a Message operation to post to a preconfigured Slack channel (default #payments). The message text should follow this exact format: "New payment: {amount} {currency} from {shopperEmail} (ref {merchantReference})".

No AI reasoning is required. The same fields flow from every payload into the same spreadsheet and the same Slack channel every time. This is a real-time payment ledger and is intentionally separate from any scheduled payment digest workflow.

What does this prompt do?

  • Every time a card payment goes through in Adyen, adds a fresh row to your Google Sheets payment ledger with the payment reference, shopper email, amount, currency, and payment method.
  • Posts a short one-line notification to your Slack channel so finance and ops see each new payment the moment it lands.
  • Only successful authorisations are recorded. Declined or failed charges are skipped so the numbers you see reflect real revenue.
  • Runs the instant Adyen confirms the payment rather than on a schedule, so your ledger and your team's Slack channel stay in sync in real time.

What do I need to use this?

  • An Adyen account you can point notifications at
  • A Google Sheets spreadsheet to use as your payment ledger
  • A Slack workspace and a channel where payment notifications should land

How can I customize it?

  • Choose which spreadsheet and tab we append the row to, and which columns you want on the ledger
  • Pick which Slack channel receives the notification (many teams use a dedicated #payments channel)
  • Reword the Slack message or swap in different fields, for example including the payment method or a link back to the Adyen dashboard

FAQs

What happens if a payment is declined or fails?
Only successful authorisations are logged. Declined or failed charges do not appear in your ledger or in Slack, so the totals you see reflect real revenue.
Do I need to write any code to use this?
No. This runs as a background workflow. You just connect your Adyen account, pick the spreadsheet, and pick the Slack channel.
How fast does the ledger update after a payment?
As fast as Adyen sends the notification, which is typically within seconds of the payment being authorised. There is no polling delay.
Which columns does it fill in on the spreadsheet?
Timestamp, Adyen payment reference, your merchant reference, shopper email, amount, currency, and payment method by default. You can add or drop columns to match your ledger format.
Does this handle refunds or captures too?
This specific workflow only reacts to successful authorisations. Refunds, captures, and cancellations are separate Adyen notification types and are best handled by their own workflow.

Related templates

Call overdue Xero customers with an AI collections agent

Every weekday at 10am, an AI voice agent phones your most overdue Xero accounts, logs what each customer promised, and reports back to finance in Slack.

LiveKit
Xero
Deepgram
+2
Agentic Task
Local listing health board for every location you manage

See every Google Maps listing you manage on one screen, ranked worst first, with an audit button that writes the fix list for you.

Local Business Data
Google Sheets
App
Let support send one-off Loops emails without an engineer

Your team picks a template, finds the customer, checks they are safe to email, then sends it, with every send logged where the whole team can see it.

Loops.so
Stripe
Google Sheets
App
A brand asset library your marketing team actually searches

Every logo, photo, video cut and ad export in one searchable grid, with previews, campaign tags and rights expiry dates at a glance.

General Input Storage
General Input Database
JigsawStack
+1
App
Turn Mailjet email clicks into ranked HubSpot follow-ups

Twice a day we spot the people clicking your pricing and demo pages, create a follow-up task for their owner, and post a ranked recap to Slack.

Mailjet
HubSpot
Slack Bot
Agentic Task
Clean out the Looker dashboards and Looks nobody opens

One board showing every dashboard and Look with its folder, owner and favorite count, so you can find dead content and retire it safely.

Looker
Slack Bot
App

Stop typing payments into a spreadsheet by hand.

Adyen tells you the moment a payment goes through. This connects that signal straight to your ledger and to your team's Slack channel.