Initiate PayOut
Payments
Disburse payment (Pay-out)
Send money to a customer via mobile money. Requires Authorization: Bearer <jwt>. Also send service and operation headers. The amount will be deducted from your merchant balance immediately.
POST
Initiate PayOut
Documentation Index
Fetch the complete documentation index at: https://docs.getmipay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT bearer token returned by POST /action/auth. Send protected requests with: Authorization: Bearer . Tokens expire after 24 hours.
Headers
Operation type - must be '4' for PayOut
Available options:
4 Example:
"4"
Service identifier for the payment method
Example:
"1"
Body
application/json
Payout details to send to customer
Required range:
x >= 100Example:
5000
Available options:
XAF, USD, EUR Example:
"XAF"
Example:
"237690000000"
Maximum string length:
255Example:
"Refund for Order #456"
Maximum string length:
255Example:
"Jane Smith"
