Transfer Recipients
Create mobile money recipient
Create a new mobile money transfer recipient
post/api/v1/bila/transfer-recipients/mobile-money
Request body
Example request
{
"phone": "0977433571",
"operator": "airtel",
"accountName": "John Doe",
"country": "zm"
}Response
Recipient created successfully
Example response
{
"status": true,
"message": "Operation completed successfully",
"data": {
"id": "68f11209-451f-4a15-bfcd-d916eb8b09f4",
"type": "bank-account",
"accountNumber": "1234567890",
"accountName": "John Doe",
"bankId": "bank-001",
"bankName": "Zambia National Commercial Bank",
"phone": "0977123456",
"operator": "airtel",
"country": "zm",
"createdAt": "2024-01-15T10:30:00Z"
}
}