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.
What Does Each Link Show?
The dashboard lists your links in one table. These are its columns:How Do I Deactivate A Link?
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.
Letting A Link Close Itself
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.
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.
What To Read Next
Moove Receive
Create the next one.
Moove API Keys
Create links in code.
Moove Transactions
See what was paid.