Skip to main content

malipopaycentralapi_CustomerRequest

phoneNumberstringrequired

Customer's mobile phone number in international format

Example: 255742200105
firstnamestringrequired

Customer's first name

Example: John
lastnamestringrequired

Customer's last name

Example: Doe
emailemail

Customer's email address

Example: john.doe@example.com
typestring

Customer type (e.g., INDIVIDUAL, BUSINESS)

Example: INDIVIDUAL
address object
streetstring
Example: Morogoro Road
citystring
Example: Dar es Salaam
countrystring
Example: Tanzania
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"
}
}