Retrieve contractor invoice and payment-status data from Deel via the Accounting API's invoice endpoints.

domain: developer.deel.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Generate a Deel API bearer token from the Deel app (or via OAuth2) scoped to include accounting:read (and worker:read for single-invoice lookups).
  2. Call GET https://api.letsdeel.com/rest/v2/invoices with Authorization: Bearer <token> to list workforce (contractor/worker) invoices; by default only paid invoices are returned.
  3. Pass status=all to include unpaid/overdue/draft invoices, and issued_from_date/issued_to_date to filter by issue date range.
  4. Paginate with limit (1-50, default 25) and offset, or follow the returned page.cursor for cursor-based pagination.
  5. Call GET https://api.letsdeel.com/rest/v2/ic/workers/invoices/{invoice_id} to retrieve full detail (status, currency, total, amount, payment_display_status) for one invoice by id.
  6. Call GET https://api.letsdeel.com/rest/v2/ic/workers/invoices/{invoice_id}/pdf to download the source invoice document when needed.

Known gotchas

Related routes

Access people and contracts data via the Deel API
deel · 6 steps · unrated
Retrieve job and invoice financial data from the ServiceTitan API for reconciliation
developer.servicetitan.io · 5 steps · unrated
Retrieve EOR payslip data for a specific worker via the Deel API
developer.deel.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans