post https://api.chimoney.io/v0.2/payouts/mobile-money
This handles payouts in momo(i.e Mobile Money).
momos is required
Check out the Knowing The API section of the documentation for more information.
Example Format
{
"momos": [
{
"countryToSend": "Kenya",
"phoneNumber": "+25400000",
"valueInUSD": 1,
"reference": "",
"momoCode": "MPS"
}
]
}