Get Paid Dashboard Navigation

Download skillThe skill is a reference md and part of wix-manage skill. You can use the following command to add the full wix-manage skill to your project:
Copy

Build direct links into the payments and invoicing pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.

Get-paid pages are split across four apps with four URL namespaces:

  • Pay Links (324cf725-53d9-4bb2-b8f6-0c8ec9a77f45) — payment links. Routes under pay-links/.
  • Wix Invoices (13ee94c1-b635-8505-3391-97919052c16f) — invoices and price quotes. Routes under wix-invoices/.
  • Recurring Invoices (35aec784-bbec-4e6e-abcb-d3d724af52cf) — subscription invoices. Routes under recurring-invoices/.
  • Payments (14bca956-e09f-f4d6-14d7-466cb3f09103) — the accept-payments settings. Routes under wix-cashier/.

Main Pages

PageURL after /dashboard/{metaSiteId}/What it manages
Payment linkspay-linksAll payment links
Invoices listwix-invoicesAll invoices
New invoicewix-invoices/invoice/newCreate an invoice
Invoice items & serviceswix-invoices/products/listReusable line items for invoices
Invoice reportswix-invoices/reportsRevenue / tax summaries
Invoices settingswix-invoices/settingsNumbering, customization, automations, pay links, price quotes
Recurring invoicesrecurring-invoicesSubscription invoices list
New recurring invoicerecurring-invoices/formCreate a recurring invoice
Accept paymentswix-cashier/paymentsPayment methods and provider settings

Older links (payment-links, invoices, invoices/create, payments) redirect to the current routes.

Pairing Entities with Their Read APIs

Fetch the entity via REST, then link the matching dashboard page. All calls use https://www.wixapis.com with an Authorization header.

EntityRead APIDashboard link
Payment linkPOST /payment-links/v1/payment-links/query · GET /payment-links/v1/payment-links/{paymentLinkId}pay-links
InvoiceInvoices API (Query Invoices)wix-invoices
Payment provider setupWix Payments Account API (POST /payments/v1/wix-payments-account/connect for onboarding status)wix-cashier/payments

Example — after creating a payment link:

Copy

Notes

  • Wix Payments account-level pages (payouts, balance, disputes) are part of the provider's own dashboard flow and aren't stable site-dashboard routes — link wix-cashier/payments for anything payment-provider related.

Last updated: 30 July 2026

Did this help?