Why Payment Workflow Automation Matters
Most teams collect payments through one of three patterns: a card machine in a shop, a hosted checkout on a website, or an invoice sent by email. None of these scale well to the moments where payment matters most — the moment a deal is signed, the moment a booking is confirmed, the moment an installation is complete, the moment a renewal is approved.
Payment workflow automation closes the gap between the moment of commitment and the moment of payment. When the trigger fires (a deal moves to "Won", a contract is signed, a booking is made), an automated workflow generates a payment link, delivers it to the customer in their preferred channel, and routes the payment outcome back into your CRM, your accounting tool, and your team chat.
Done right, this collapses a multi-day chase into a sub-minute conversion. Done at scale, it removes the entire "follow up on the invoice" function from your back office.
This guide covers the four real options for building payment workflow automation today: Zapier, Make.com, n8n, and a direct API integration. We'll cover what each is good for, the supported payment gateway list, and concrete workflow templates you can copy.
The Four Tools That Matter
Zapier
Zapier is the most widely-adopted no-code automation tool, with native connections to 6,000+ apps. Its strength is breadth — almost any SaaS tool you use is a one-click trigger or action. Workflows ("Zaps") are linear: trigger, action, action, action.
Best for: broad app coverage, simple linear flows, ops teams who aren't deeply technical, fast prototyping.
Trade-offs: pricing scales with task volume (each step is a billable task), branching scenarios are awkward, error handling is limited.
Make.com
Make.com (formerly Integromat) is a visual scenario builder with deeper branching, error handling, and routing. It connects to 1,800+ apps — fewer than Zapier, but covering all the payment-relevant ones (CRMs, sheets, chat, document signing, scheduling, messaging).
Best for: branching workflows ("if amount > X, route to approval"), high-volume workflows where Zapier's per-task pricing would dominate, scenarios that involve many internal steps.
Trade-offs: smaller app catalogue than Zapier, learning curve for the visual builder, naming convention ("operations") is less familiar.
n8n
n8n is the open-source, self-hostable workflow tool. It runs on your own infrastructure (or n8n Cloud), so there's no per-task pricing — just compute and storage. It supports 400+ native integrations plus generic HTTP and database nodes that cover the long tail.
Best for: teams that already run their own infrastructure, workflows with sensitive data that shouldn't leave your systems, very high volume (millions of executions per month).
Trade-offs: requires hosting and operations effort, smaller integration catalogue, less polished onboarding than the SaaS alternatives.
Direct API
A direct integration with the Shuttle API (or any payment provider's API) is the most powerful option. You write code that calls the API directly, embed it in your product or back office, and own the workflow end-to-end.
Best for: product-embedded payments (your customers pay through your product), very high volume, custom logic that's hard to express in a workflow tool, sub-second latency requirements.
Trade-offs: requires engineering time, less flexible to change without redeployment, you own the infrastructure.
Side-by-Side: When to Use Which
Scenario | Best fit |
|---|---|
Sales-led B2B, ops team owns the workflow | Zapier or Make.com |
Branching scenario ("if X then Y, else Z") | Make.com |
Very high volume (>10,000 links/month) | n8n or Direct API |
Self-hosted / data must stay in-house | n8n or Direct API |
Product-embedded payments | Direct API |
Quick prototype with niche SaaS app | Zapier (largest app catalogue) |
Cost-sensitive at moderate volume | Make.com (operations are cheaper than tasks) |
For most teams, the answer is a hybrid: Zapier or Make.com for ops-team workflows (CRM, sales, support), Direct API for product-embedded payments. Many of our customers run all three side by side against the same Shuttle account.
Supported Payment Gateways for Workflow Automation
Shuttle Links Checkout works as a payment-layer abstraction. Whichever workflow tool you use, the same set of payment gateways is available underneath. You can change PSP without rebuilding the workflow.
The most commonly automated gateways:
Stripe — global card processing, the default for SaaS and digital businesses
Adyen — enterprise-grade, multi-region settlement
Worldpay — UK and European merchants, strong on traditional retail
Checkout.com — global, popular with high-growth platforms
Braintree (PayPal) — bundled with PayPal Wallet
Mollie — European-first PSP with strong local payment methods
Square — small business and US-led merchants
GoCardless — direct debit and recurring collection
PayPal — direct PayPal account integration
Paysafe, Global Payments, FreedomPay, Authorize.Net, USAePay, Trust Payments — and more
See the full list at our payment providers directory. The same Shuttle Zapier app, Make.com app, or API gives you access to all of them.
Common Payment Workflow Templates
These templates work across Zapier, Make.com, n8n, and direct API — only the implementation differs.
Template 1: CRM stage change → payment link
Trigger: A deal moves to "Closed Won" (or any custom stage) in HubSpot, Pipedrive, Salesforce, or Close.
Workflow:
Trigger fires when the deal stage changes
Pull the deal value, customer email, and any reference fields
Generate a Shuttle payment link with those details
Send the link to the customer by email or SMS
Optional: post a Slack message to the team channel
Best for: B2B SaaS, agencies, consulting, anyone with a sales-led pipeline.
Template 2: Proposal accepted → deposit collected
Trigger: A proposal in PandaDoc, Docusign, Proposify, or Better Proposals is marked as accepted.
Workflow:
Trigger fires on signature event
Pull the proposal value and customer details
Generate a Shuttle payment link for the agreed deposit (often 25–50% of total)
Email the link to the customer with a "thanks for signing — here's the deposit" message
If unpaid after 48 hours, send a follow-up
If unpaid after 7 days, cancel the link and flag the deal
Best for: agencies, consultancies, professional services, installer businesses (where deposits matter).
Template 3: Slack command → payment link
Trigger: A team member types /payment 250 Acme deposit in a Slack channel.
Workflow:
Slack slash command fires the workflow
Parse the message for amount and description
Generate a Shuttle payment link
Reply in the same Slack channel with the link
Optional: post a "link sent" message in a payments-tracking channel
Best for: sales, support, and ops teams that want to take payment from any conversation without leaving Slack.
Template 4: Form submission → calculated payment link
Trigger: A customer submits a Typeform, Jotform, Tally, or Google Form.
Workflow:
Form submission fires the workflow
Calculate the total based on the form responses (quantities, options selected, region)
Generate a Shuttle payment link with the calculated amount
Redirect the customer to the link, or email it to them
On payment, fire downstream actions (delivery ticket, CRM update, mail list add)
Best for: custom orders, event registration, lead-to-payment funnels, marketplaces.
Template 5: Booking made → upfront payment
Trigger: A customer books a paid consultation or service in Calendly, Acuity, or SavvyCal.
Workflow:
Booking webhook fires
Check the meeting type or service
Generate a Shuttle payment link for the agreed amount
Email the link with a "pay before the call" message
If unpaid 1 hour before the meeting, cancel the booking
Best for: consultants, coaches, therapists, professional services with paid time slots.
Template 6: Inbound chat / WhatsApp → payment link reply
Trigger: A customer messages your business on WhatsApp Business, Intercom, Front, or a website chat.
Workflow:
Inbound message webhook fires
(Optional) AI agent or human agrees the amount with the customer
Generate a Shuttle payment link
Reply in the same conversation with the link
On payment, post a "paid" confirmation back to the chat
Best for: retail, hospitality, conversational commerce, agentic-commerce flows.
Template 7: Multi-step "payment received" fan-out
Trigger: A Shuttle "Payment Received" event fires.
Workflow:
Post the payment to a Slack channel
Update the CRM record with the paid status
Create an invoice in QuickBooks, Xero, or Sage
Add the customer to a Mailchimp audience (for upsell or onboarding)
Generate a delivery ticket in your warehouse system
Send the customer a thank-you email
Best for: any team that wants payment to fire a downstream sequence rather than just landing in a bank account.
Implementation by Tool
Zapier setup
Search for "Shuttle Links Checkout" in Zapier's app library
Authenticate with your Shuttle API key
Build the Zap: trigger → Shuttle "Generate Payment Link" → delivery action
(Optional) Build a second Zap with the Shuttle "Payment Received" trigger for the downstream fan-out
Test, switch on
Full guide to Shuttle + Zapier setup →
Make.com setup
Search for "Shuttle Links Checkout" in Make.com's app catalogue
Authenticate with your Shuttle API key
Build the scenario: trigger module → Shuttle "Generate Payment Link" module → routing/filtering → delivery module
Use Make's visual builder for branching logic
(Optional) Build a second scenario for "Payment Received" downstream actions
Activate
Full guide to Shuttle + Make.com setup →
n8n setup
Use n8n's HTTP Request node to call the Shuttle API directly (POST /links)
Build the workflow with native n8n nodes for triggers and downstream actions
Use n8n's expression language for any conditional logic
Self-host or use n8n Cloud
Activate
Direct API setup
Get your API key from the Shuttle dashboard
POST to /links with amount, currency, description, customer email, and metadata
Subscribe to webhooks for payment events
Embed in your product or back-office system
Deploy
Frequently Asked Questions
What payment gateways does Shuttle support for workflow automation?
Shuttle supports 30+ payment gateways including Stripe, Adyen, Worldpay, Checkout.com, Braintree, Square, Mollie, GoCardless, PayPal, Paysafe, Global Payments, FreedomPay, Authorize.Net, USAePay, and Trust Payments. The same Zapier app, Make.com app, or API gives you access to all of them — change PSP without rebuilding the workflow.
Is Make.com or Zapier cheaper for payment automation?
Make.com is typically cheaper at scale because it bills per "operation" and operations cost less than Zapier's "tasks". For workflows with multiple internal steps (filtering, routing, formatting), Make.com pulls ahead on price quickly. Zapier is competitive at low volume and for very simple linear flows.
Can I switch from Zapier to Make.com without rebuilding?
You'll need to rebuild the workflow in the new tool — the workflow logic doesn't transfer between platforms. But the Shuttle side stays identical: the same API, the same payment gateways, the same payment links. Only the orchestration tool changes.
Do I need a developer to build payment workflows?
No. Both Zapier and Make.com are no-code. Most teams have a non-technical ops person own the payment workflows. You only need a developer if you're going down the direct API route.
Can I use multiple workflow tools in parallel?
Yes. Many of our customers run Zapier for one set of workflows and Make.com (or direct API) for others. They all hit the same Shuttle account, so you get one settlement stream and one set of payment data regardless of how the link was created.
Where to Start
Pick the workflow with the highest pain right now. For most teams, that's one of:
The deposit you keep chasing on accepted proposals — automate via PandaDoc/Docusign trigger
The CRM deal that gets stuck in "Closed Won — awaiting payment" — automate via the CRM stage change
The Slack channel where someone keeps asking for payment links — automate via slash command
Pick one, ship it in an hour, see the conversion lift, then expand from there. The biggest mistake teams make is trying to design a comprehensive payment workflow up front. Start with one trigger, one delivery channel, and one downstream action — the rest builds on top.
For a deeper walkthrough of the Zapier or Make.com integration specifically, see: