Skip to main content

malipopaycentralapi_BankItem

namestring

Bank name

Example: CRDB Bank Plc
countrystring

Country code where the bank operates

Example: TZ
contact object
telstring
Example: +255222163000
faxstring
Example: +255222163200
emailemail
Example: info@crdbbank.co.tz
websitestring
Example: www.crdbbank.co.tz
address object
postalCodestring
Example: 268
citystring
Example: Dar Es Salaam
contactPersonstring
Example: Customer Service
malipopaycentralapi_BankItem
{
"name": "CRDB Bank Plc",
"country": "TZ",
"contact": {
"tel": "+255222163000",
"fax": "+255222163200",
"email": "info@crdbbank.co.tz",
"website": "www.crdbbank.co.tz"
},
"address": {
"postalCode": "268",
"city": "Dar Es Salaam"
},
"contactPerson": "Customer Service"
}