mmk-paymint-send
Send payment invoice via Paymint. Triggers on "send invoice", "create invoice", "bill someone", "payment request".
MMK Paymint — Send Invoice
Prerequisite: Read
../mmk-shared/SKILL.mdfor auth, global flags, and error handling. Parent:mmk-paymint— includes License Resolution and Error Patterns.
Always use -o json when parsing results or composing with other commands.
send — Send payment invoice
mmk paymint send --phone 01012345678 --amount 10000 --product "Monthly Fee" --name "John" --message "Payment due" --expire 2026-04-01 -o json
Required: --phone, --amount, --product, --name, --message, --expire (YYYY-MM-DD)
Optional: --business-number (required if multiple licenses exist)
See Also
- mmk-shared — Auth, global flags, error handling
- mmk-paymint — License Resolution, Error Patterns, all Paymint commands overview
- mmk-paymint-status — Check invoice status
- mmk-paymint-cancel — Cancel/refund invoice
- mmk-paymint-notion-invoice — Batch invoice from Notion database (recipe)