Skip to main content
See every link you have shared, what it has taken, and shut down the ones you are done with.
Web only. Payment links are created in the Moove Widget and managed at moove.xyz/dashboard/payment-link. The Moove App has no payment-link screen — its Receive screen shares your handle and QR code instead.

What Are The Three Statuses?

Filter the list by status to see what is still out there. The dashboard lists your links in one table. These are its columns:
1

Open Manage → Payment Links

On the web dashboard.
2

Find the link

Filter to Active if the list is long.
3

Deactivate it

Its status becomes inactive and it stops accepting payments immediately.
Deactivating is one-way. An inactive link cannot be reactivated — create a new one instead.It also does not un-send the URL. Anyone holding the link keeps the URL; it simply stops working. If the link is on a public page, take it down there too.
A link created in the Moove Widget accepts one payment and never expires. It completes as soon as it is paid in full, so an invoice link cleans itself up. Links created through the API can also set two limits:
  • maxUsage — how many payments the link accepts before it completes.
  • expirationDate — when it stops accepting payments. A link past its expiry goes Inactive.
For invoices, a Moove Widget link already does the job: it can only be paid once. If you need a deadline too, create the link through the API with an expirationDate.

Reconciling Against Moove Transactions

Every payment made through a link is tied to that link’s id. The id is not shown in the web Transactions table, so match there on the description — or on the link id through the API. Moove Transactions →

How Do I Do It In Code?

The API lists your links with the same statuses and the same fields, including links created from the dashboard or by another key on your account — so it is the endpoint to reconcile against.
The API can create and read links. Deactivating a link is a dashboard action.
Moove Payment Links API →

Moove Receive

Create the next one.

Moove API Keys

Create links in code.

Moove Transactions

See what was paid.
Every link accounted for. Your Money. Your Move.