Disbursement (Unified)
POST/api/v2/payment/disbursement
Creates a payout to a mobile wallet, bank account or till on any channel. The payout is created in AWAITING_APPROVAL and no money moves until you approve it with POST /api/v2/payment/approve from a whitelisted IP.
Request
Responses
- 200
- 400
- 402
- 403
- 500
Payout created and awaiting approval (code 1120).
Validation failed, the payout was rejected outright (code 1112), or the recipient is not on your Test Recipients whitelist while your account is still awaiting go-live approval.
Monthly payout cap exceeded.
Missing, invalid or suspended apiToken. Malipopay returns 403 for every authentication failure on this route, not 401.
Internal server error.