This skill should be used when the user asks to send invoices, check payment status, cancel/refund payments, resend invoice SMS, list licenses, bulk send, bulk resend, or any Paymint billing operation using the mmk CLI. Triggers on phrases like "send invoice", "payment status", "cancel payment", "refund", "resend SMS", "list licenses", "billing", "paymint", "bulk send", "bulk resend", "batch invoice".
Prerequisite: Read
../mmk-shared/SKILL.mdfor auth, global flags, and error handling.
Manage payment invoices using the mmk CLI.
Always use -o json when parsing results or composing with other commands.
| Sub-command | Description | Skill |
|---|---|---|
licenses | List approved Paymint licenses | mmk-paymint-licenses |
send | Send payment invoice |
mmk-paymint-sendstatus | Check invoice status | mmk-paymint-status |
cancel | Cancel/refund invoice | mmk-paymint-cancel |
resend | Resend invoice SMS | mmk-paymint-resend |
bulk-send | Send multiple invoices at once | mmk-paymint-bulk-send |
bulk-resend | Resend SMS for multiple invoices at once | mmk-paymint-bulk-resend |
All commands except licenses resolve a Paymint license automatically:
--business-number is optional (auto-selected)--business-number is required to select which license to use305-**-***47 matches 305-95-87247)Run mmk paymint licenses first to see available licenses.
| Error | Meaning | Action |
|---|---|---|
"no approved paymint licenses found" | No active license | Purchase at make.magicmealkits.com |
"multiple licenses available, specify --business-number" | Ambiguous license | Provide --business-number |
"no license found for ..." | Business number not matched | Check with mmk paymint licenses |