Skip to main content

malipopaycentralapi_ChannelsResponse

successboolean
Example: true
codeinteger

Malipopay status code.

Example: 1109
messagestring

Human-readable outcome.

Example: Collection request sent successfully
data object
collection_channelsstring[]

Channels this project may collect on.

Example: ["VODACOM","AIRTEL","TIGO","CRDB"]
disbursement_channelsstring[]

Channels this project may pay out on.

Example: ["VODACOM","AIRTEL","NMB"]
malipopaycentralapi_ChannelsResponse
{
"success": true,
"code": 1109,
"message": "Collection request sent successfully",
"data": {
"collection_channels": [
"VODACOM",
"AIRTEL",
"TIGO",
"CRDB"
],
"disbursement_channels": [
"VODACOM",
"AIRTEL",
"NMB"
]
}
}