malipopaycentralapi_CustomerRequest
phoneNumberstringrequired
Customer's mobile phone number in international format
Example:
255742200105firstnamestringrequired
Customer's first name
Example:
Johnlastnamestringrequired
Customer's last name
Example:
Doeemailemail
Customer's email address
Example:
john.doe@example.comtypestring
Customer type (e.g., INDIVIDUAL, BUSINESS)
Example:
INDIVIDUALaddress object
malipopaycentralapi_CustomerRequest
{
"phoneNumber": "255742200105",
"firstname": "John",
"lastname": "Doe",
"email": "john.doe@example.com",
"type": "INDIVIDUAL",
"address": {
"street": "Morogoro Road",
"city": "Dar es Salaam",
"country": "Tanzania"
}
}