Mark an invoice paid

POST /api/v1/users/{id}/invoices/{invoiceId}/pay prm_users_invoices_edit

View as Markdown

Records the invoice as settled and stamps paid_on. This is bookkeeping: it does not move money between wallets.

Marking an invoice paid and taking a payment are different operations. This one changes a status; a deposit changes a balance. Doing one does not do the other.

At a glance

Authentication
Staff token or session
Requires permission
prm_users_invoices_edit Edit / pay user invoices
Rate limit
t_mutate

Parameters

Parameter Description
idrequired path · integer Subscriber id.
invoiceIdrequired path · integer Invoice id.

Try it on your own network.

50 subscribers for 7 days. You pay nothing.