post https://api.lenco.co/access/v2/transfers/mobile-money
Initiate transfer to a mobile money account. Currently supporting only Airtel, MTN and Zamtel in Zambia
Response Schema:
{
"status": boolean,
"message": string,
"data": {
"id": string,
"amount": string,
"fee": string,
"currency": string,
"narration": string,
"initiatedAt": date-time,
"completedAt": date-time | null,
"accountId": string,
"creditAccount": {
"type": "mobile-money",
"accountName": string,
"phone": string,
"operator": string,
"country": string
},
"status": "pending" | "successful" | "failed",
"reasonForFailure": string | null,
"reference": string | null,
"lencoReference": string,
"extraData": {
"nipSessionId": string | null,
},
"source": string
}
}