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.md for 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