mmk-paymint-bulk-send

Installation
SKILL.md

MMK Paymint — Bulk Send

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.


bulk-send — Send multiple payment invoices at once

mmk paymint bulk-send --data '[
  {"phone":"01012345678","amount":10000,"product":"Monthly","name":"Kim","message":"Due"},
  {"phone":"01087654321","amount":20000,"product":"Annual","name":"Lee","message":"Due"}
]' -o json

mmk paymint bulk-send --expire 2026-04-01 --callback-url https://example.com/hook --file invoices.json -o json
Related skills

More from magic-meal-kits/mmk-skills

Installs
6
GitHub Stars
1
First Seen
Mar 17, 2026