AP ManagerInvoicesStatus

Track an Invoice's Full Payment Lifecycle with Claude

"Where's the Salesforce invoice?" — a simple question that takes 5 minutes today. With Spendesk MCP, Claude answers in 10 seconds with the full payment history.

The Spendesk MCP Team·9 July 2026·5 min read
Track an Invoice's Full Payment Lifecycle with Claude

The Problem

Every day, AP Managers field the same question from teams, suppliers, or management: "Where's that invoice?" What sounds simple actually requires navigating multiple screens: the invoice list to find the current status, the settlements tab to confirm a wire transfer was executed, and sometimes the accounting export to verify the invoice was transmitted to the ERP. Three tools, five minutes, for an answer that should take ten seconds.

The real issue is the fragmentation of the invoice lifecycle in Spendesk. An invoice moves through distinct stages: submitted → approved → scheduled for payment → exported to accounting → paid (settlement). Each stage lives in a different module. There is no consolidated view showing the complete history of an invoice from start to finish.

The result: AP Managers spend disproportionate time manually reconstructing information that is already in the system. When a supplier follows up asking whether their invoice was paid, it can take 10 to 15 minutes to give a definitive answer.

What the Spendesk MCP Changes with Claude

With the Spendesk MCP connected to Claude, a single natural-language question retrieves the full invoice history — current status, key dates, amount, and payment confirmation — in one structured response.

Claude Code — MCP Spendesk
Vous
Where's the Salesforce invoice from June 3rd? Give me the full history since submission.
get_payablesget_settlements
C

Here is the complete history for the Salesforce invoice dated June 3, 2026:

Invoice #INV-2026-04821

Supplier: Salesforce France SAS
Amount: €12,450.00 excl. VAT (€14,940.00 incl. VAT)
Supplier reference: SF-INV-20260603-0047
StageDateDetail
Submitted03/06/2026By Marie Dupont (Finance Team)
Approved05/06/2026Approver: Thomas Renard (CFO)
Scheduled for payment09/06/2026Payment batch of 12/06
Exported to accounting10/06/2026Export #EXP-20260610-003
Paid12/06/2026Settlement #SET-20260612-0198
Current status: PAID — Wire transfer executed on June 12, 2026.
Transfer reference: SEPA-CRED-20260612-00847
Total processing time: 9 days (submission → payment)
Average payment delay for Salesforce over 12 months: 11 days — within normal range.
⚠️Note: the settlement confirms execution on Spendesk's side. For supplier-side confirmation, standard SEPA processing adds 1 additional business day.

Would you like me to also check any other pending Salesforce invoices this month?

Going Further: 2 Additional Use Cases

Approved Invoices Stuck Before Scheduling

Some invoices remain stuck after approval without ever being scheduled for payment. This is especially common at month-end when payment batches are frozen.

Claude Code — MCP Spendesk
Vous
List all invoices approved more than 15 days ago that have not yet been scheduled for payment.
spendesk_get_due_invoicesget_payables
C

I found 8 invoices approved more than 15 days ago with no payment scheduled:

SupplierAmount (incl. VAT)Approval DateDays WaitingDue Date
AWS France€8,320.0018/06/202621 days30/06/2026
Docusign€1,450.0019/06/202620 days03/07/2026
Figma Inc.€2,100.0020/06/202619 days05/07/2026
Intercom€3,780.0022/06/202617 days07/07/2026
Datadog€6,240.0022/06/202617 days07/07/2026
Notion Labs€890.0023/06/202616 days10/07/2026
Miro€560.0023/06/202616 days10/07/2026
Loom€340.0024/06/202615 days15/07/2026
⚠️High priority: AWS France (€8,320) is due June 30 — in 1 day. Late payment penalty risk.
⚠️Docusign and Figma due within 7 days.
Total blocked: €23,680.00
3 invoices at immediate risk of late payment.

Would you like me to sort by urgency and prepare the list for the next payment batch?

Exported Invoices With No Associated Settlement

A subtler case: invoices marked as exported to accounting but with no corresponding settlement — a sign of desynchronisation between Spendesk and the accounting system.

Claude Code — MCP Spendesk
Vous
Which invoices were exported to accounting this week without an associated settlement?
get_payablesget_settlements
C

I cross-referenced this week's exports (03/07–09/07/2026) against existing settlements.

3 exported invoices with no settlement:

InvoiceSupplierAmount (incl. VAT)Export DateSettlement Status
INV-2026-05103HubSpot Ireland€4,200.0007/07/2026❌ None
INV-2026-05118Zendesk Inc.€1,890.0008/07/2026❌ None
INV-2026-05091Slack Technologies€3,360.0007/07/2026❌ None
These invoices appear in accounting as "payable" but have no wire transfer executed in Spendesk.
⚠️This may indicate a payment made outside of Spendesk (manual wire), or a payment batch currently processing.
Total affected: €9,450.00
The other 14 invoices exported this week all have an associated settlement.

Would you like me to check whether these 3 invoices are part of a pending payment batch?

Key Takeaways

  • An invoice in Spendesk moves through 5 stages (submitted → approved → scheduled → exported → paid) — Claude reconstructs the full picture in a single question.
  • spendesk_get_due_invoices proactively surfaces at-risk invoices with automatic delay calculations.
  • Combining get_payables + get_settlements detects desynchronisations between Spendesk and your accounting system.
  • An "exported" invoice is not necessarily paid — verifying an associated settlement is the only reliable confirmation.
  • Run this weekly check to prevent invoices getting stuck between approval and payment, especially at month-end.

Related skills